On Sat, 18 Jun 2005 [EMAIL PROTECTED] wrote: > Once a server has been added to a cell, how can users be granted rwx access > to its directories? > I tried: > > fs setacl -dir /afs/.lab.edu/addedserver-afs/bob -acl system:anyuser rl > > then I could list the directory "bob" but couldn't write to the directory.
You would need at least 'i' permission to insert another file, and 'w' permission to write to an existing file -- most "normal" users would get 'rlidwk' permissions on directories, and add 'a' to that if they are to be able to make changes to the permissions. Steve Brown [EMAIL PROTECTED] _______________________________________________ OpenAFS-info mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-info
