Remove all ACL's in a directory
Richard Peskin <[email protected]>
| Newsgroups | gmane.comp.macosx.admin |
|---|---|
| Message-ID | <[email protected]> |
Is there a way to recursively remove all ACL's in a directory? I tried "chmod -R -a# 0 [directory path] " (where 0 is a possible ACL number id), but this doesn't work. chmod -a# 0 filename works for a single file. PErhaps I need a script to do this? --dick peskin