Recursive ACLs commands
    Igor Robul 
    igorr at speechpro.com
       
    Tue Dec 20 03:08:33 PST 2005
    
    
  
On Sat, Dec 17, 2005 at 10:08:01AM -0500, bazzoola wrote:
> Greetings,
> 
> I was just wondering if I can set or lists acls recursively on specific 
> directories ?
> 
> I couldn't find the usual '-R' option for setfacl
> Is there another way to do this?
find . -type f -exec setfacl -m xxx {} \;
or 
find . -type d -exec setfacl -d -m u::,g::,o::,g:rrr:rwx {} \;
I hope you have got idea
    
    
More information about the freebsd-questions
mailing list