Juha Jäykkä wrote:
Hi!
as a member of system:adminstrators, do

mkdir /afs/cell/dir
mkdir /afs/cell/dir/dir2
fs setacl /afs/cell/dir user all

as user, do

fs setacl /afs/cell/dir/dir2 anyone anything

to get

fs: You don't have the required access rights on ...


This is the expected behaviour, ACLs are not inherited.

Is there now now way of transferring a directory tree from user1 to user2
without the administrator manually (or with find /tree -type -d exec ...)
changing the permissions of all the directories in the tree?


Well, user1 (or any user with "a"-rights) has to do the find.
I mean, instead of relying on the implicit "a"-right, give some user explicit "a"-rights and teach them how to use find.

-Juha


/Christof
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to