Difference between revisions of "Afs"

From KGB Wiki
Jump to: navigation, search
 
Line 3: Line 3:
  
 
pwd - 'present working directory', gives you the path to your current directory
 
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.

Revision as of 20:06, 23 April 2007

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.