By Craig Cohen on Monday, 15 September 2014
Category: General

Remove ACLs on a file or folder

To remove all ACL's on a file or folder, run the following command:
 
chmod -N pathtofile
 
To remove all ACL's recursively on a folder, run the following command:
 
chmod -RN pathtofile