On Sat, Dec 17, 2005 at 10:08:01AM -0500, bazzoola wrote:
> Greetings,
> 
> I was just wondering if I can set or lists acls recursively on specific 
> directories ?
> 
> I couldn't find the usual '-R' option for setfacl
> Is there another way to do this?

find . -type f -exec setfacl -m xxx {} \;
or 
find . -type d -exec setfacl -d -m u::,g::,o::,g:rrr:rwx {} \;

I hope you have got idea
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to