Afs

From KGB Wiki
Revision as of 20:06, 23 April 2007 by Ed (talk | contribs)
Jump to: navigation, search

Some useful unix commands (because CSW doesn't teach you anything anymore). Please add more!


pwd - 'present working directory', gives you the path to your current directory

fs la <directory> - Lists the access control list for a particular directory fs sa <directory> <user> <options> - Sets the access control list for a particular directory

ACL options.

r - read

l - list (show directory contents)

i - insert files

d - delete files

w - write to files

k - ?

a - administrator (able to set ACLs)

To get more help, type fs help.