Difference between revisions of "Afs"

From KGB Wiki
Jump to: navigation, search
m
Line 8: Line 8:
  
 
ACL options.  
 
ACL options.  
 +
 
r - read
 
r - read
 +
 
l - list (show directory contents)
 
l - list (show directory contents)
 +
 
i - insert files
 
i - insert files
 +
 
d - delete files
 
d - delete files
 +
 
w - write to files
 
w - write to files
 +
 
k - ?
 
k - ?
 +
 
a - administrator (able to set ACLs)
 
a - administrator (able to set ACLs)
  
 
To get more help, type fs help.
 
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.