Afs
From KGB Wiki
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.