Here is the setup:
foo is some directory on the system.
jack is a user and I am using the ACL's in 5.1 to
allow Jack rw access to all files and directories
nested within the directory "foo".


What is the difference in the "find" command between:
find foo -exec setfacl -m u:jack:rw {} \;
-and-
find foo -exec setfacl -m u:jack:rw {} +

or is there any difference?



__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to