Hmm, I don't see a recursive option either.
You should be able to set ACL on files in a direcotry with `setfacl -m
<blah> *`, and pipe that through 'find -type:d` and xargs to do an
entire directory tree.


I got it with this on my server for /etc:

# cd /etc
# setfacl -m u:rsync_ssh:r,g:rsync_ssh:r `find .`

Thanks.

-David
--
[EMAIL PROTECTED] ~]# fortune
Happiness is just an illusion, filled with sadness and confusion.
_______________________________________________
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