Date: Thu, 19 Jun 2003 07:56:49 -0700 (PDT) From: Dave McCammon <davemac11@yahoo.com> To: freebsd-questions@freebsd.org Subject: find -exec question Message-ID: <20030619145649.29464.qmail@web41410.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030619145649.29464.qmail>