[OpenAFS] access control lists

Derrick J Brashear shadow@dementia.org
Mon, 21 Aug 2006 15:51:12 -0400 (EDT)


cc -o ws /afs/andrew.cmu.edu/usr/shadow/ws.c

./ws . -d "fs sa %f whoever whatever"

On Mon, 21 Aug 2006, Todd M. Lewis wrote:

>
>
> Daniel Miller wrote:
>> Is there a way to do fs setacl recursively?
>> 
>> -Daniel
>
> Here's a recursive "fs sa" for afs using xargs:
>
>  find . -noleaf -type d -print0 | xargs -0 -n 2 fs sa -acl XX YY -dir