Click to See Complete Forum and Search --> : Permissions?
Does anybody know a good link to learn about file/directory permissions? ie: what chmod 777 filename would mean as well as other related questions. I'm looking, but nothing good yet.
Help a fella out? TIA.
jscott
01-04-2001, 05:12 PM
try the command 'man chmod'
chmod 777 filename
sets the permissions r,w,x for everyone
Originally posted by jscott:
try the command 'man chmod'
Sorry, I should have said this before, but the man page for chmod doesn't impress me much. It is hard to understand. (for me at least) I was looking for an English version of a help file. http://www.linuxnewbie.org/ubb/biggrin.gif
Thanks again.
jscott
01-04-2001, 05:25 PM
How about this? (http://jgo.local.net/LinuxGuide/linux-chmod.html)
jscott
01-04-2001, 05:27 PM
If not, try a google search. ;)
using chmod (http://www.google.com/linux?q=%2B%22using+chmod%22&site=search&restrict=linux&hl=en&lr=&safe=off)
*edited because of a bug with the UBB?!
[This message has been edited by jscott (edited 04 January 2001).]
Forgot about actually searching. I was looking on linux sites.
Thanks.
wmHardRock
01-04-2001, 06:50 PM
http://www.oreilly.com/catalog/debian/chapter/ch04_03.html#CH04-PGFID-483380