According to Kelly Corbin: > >I don't want to have to set permissions for every stinkin' directory in >there... > Well you could do something like: find /coda/your/volume -type d -exec cfs setacl acls {} \; which will find all the directories and run "cfs setacl" on them. -- =============================================================================== Brett Lymn, Computer Systems Administrator, BAE SYSTEMS ===============================================================================
- setting up ACL's Kelly Corbin
- Re: setting up ACL's Brett Lymn
- Re: setting up ACL's Jan Harkes