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