I would like other to participate in my cognitions on administrating Mac OS X Server and Unix in a larger environment consisting of multiple servers with several hundred Mac OS X clients.
Friday, January 18, 2008
chmod ACL removal
The command to recursively remove all ACLs from the files in the working directory and its subdirectories is:
Great tip. Enjoying your blog... Where are you working currently?
ReplyDeletewas just playing around w/ chmod... seems this does the same thing and is maybe faster...?
ReplyDeletesudo chmod -R -N ./*
Any way to remove all NTFS ACL's (except time stamps) from a drive that is mounted in OS X?
ReplyDelete