quote:
i use 'su' when i can but i don't know all the commands. i only started with Linux about 5 days ago lol. i only know 'chown' then the user name......when i had a problem getting my webpage to show, i asked my buddy at maverick.mahan.net and he said a command called 'chmod 755 index.html' and now i can see it....thing that sucks is that i don't know where that 755 comes from or the 777 he said as a backup..
Those numbers set the file permissions. There are three permissions: read, write, and execute. There are also three levels: user, group, and world.
To form the complete permissions number, just add the above together. Thus, read, write, and execute for the user, read and execute for the group, and execute for the world would be: 400 + 200 + 100 + 40 + 10 + 1= 751. Actually, what you're doing here is a bit-wise OR. Addition comes out to be the same so long as the sums don't carry over.
______________________________________
Powered by Mandrake Linux and Freedom
Computers are like air conditioners: they can't do their jobs if you open windows