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:

sudo echo | sudo chmod -R -E ./*

2 comments:

leoninja said...

Great tip. Enjoying your blog... Where are you working currently?

leoninja said...

was just playing around w/ chmod... seems this does the same thing and is maybe faster...?

sudo chmod -R -N ./*