On 10/21/06, David Stanford <[EMAIL PROTECTED]> wrote:
I'm simply trying to set ACLs on a few directories but don't see an option to recursively apply this to the whole directory's contents. Does applying the ACL to a directory inherently apply it to all other files and folders within the directory? I've browsed the man page and handbook but can't find the info. Thanks.
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. -- -- Perfection is just a word I use occasionally with mustard. --Atom Powers-- _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"