recursively copying access ACL to default ACL

Scott Mcdermott <[email protected]> Wed, 30 Jun 2004 21:01:52 -0400
Newsgroups gmane.linux.file-systems.acl.devel
Message-ID <[email protected]>
here's what I'm doing now:

find -type d -exec sh -c \
        'getfacl --access "{}" | setfacl -dM - "{}"' \;

is there a quicker way to do this?
_______________________________________________
acl-devel mailing list
[email protected]
http://acl.bestbits.at/mailman/listinfo/acl-devel