Thanks for the input, I've updated the wiki page with it.
This is unix notation for file permissions:
r = 4 (read permission)
w = 2 (write permission)
x = 1 (execute permission)
The first number is for user
The second number is for group
The third is for what's left ;-)
So 7 = 4 + 2 + 1 = rwx
5 = 4 + 1 = r-x
775: means owning user can do anything, all users of the owning group
can do anything, anybody else can read and execute.
For more infos on unix file permissions :
http://www.freeos.com/articles/3127/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]