find -exec question

Dave McCammon davemac11 at yahoo.com
Thu Jun 19 07:56:49 PDT 2003


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


More information about the freebsd-questions mailing list