User Tools

Site Tools


afs:rights

This is an old revision of the document!


AFS access rights

show current access rights

fs listacl

change access rights

fs set -dir <dir1> <dir2> -acl <usergroup> <rights> \;

change access rights recusively

find . -type d -exec fs sa -dir \{\} -acl <usergroup> <rights> \;

The final \; is important, otherwise you will get the error message:

find: missing argument to `-exec'

afs/rights.1271852627.txt.gz · Last modified: 2010/04/21 14:23 by nchiap