My original post is below. There is no -R switch with setfacl (As with chmod) you have to use find + xargs to apply the setfacl to your directory tree. If a directory got an ACL directories underneath will not inherit this ACL. find /path | xargs setfacl Or find topdir -type d -exec setfacl {} acllist \; Thanks to: Hichael Morton, Wesley Wannenmacher, Fabrice Guerini, Derek Trebilcock , Thomas M. Payerle, David Foster, Sean Berry, Alan B. Clegg, Al Hopper, Todd A. Fiedler, -----Original Message----- From: sunmanagers-admin@sunmanagers.org [mailto:sunmanagers-admin@sunmanagers.org] On Behalf Of Levi Ashcol Sent: Tuesday, June 04, 2002 8:43 PM To: sunmanagers@sunmanagers.org Subject: ACL Recursively I have a directory contains a lot of subdirectories and files. I want to restrict access using ACL to this directory and all what under it recursively. Can I do that ? Is there anything like setfacl -R ?! Thanks Will Summarize. Levi _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagers _______________________________________________ sunmanagers mailing list sunmanagers@sunmanagers.org http://www.sunmanagers.org/mailman/listinfo/sunmanagersReceived on Wed Jun 5 17:32:17 2002
This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:46 EST