I was attempting to reset ACL and permission bits to root:wheel 775 to a folder and all subfolder. Then add a specific user to that ACL list as well, let's say the username is Tim.
So on a folder and all subfolders/files I want the following permissions:
root (owner) 7
wheel(group) 5
everyone 5
tim 7 (read/write)
I have been using:
chmod -R +a <folder> "tim allow read,write"
When it's all said and done, I want the finder window to NOT SHOW CUSTOM permissions and show simply "read/write".
Second question: What is the command line option to "apply to enclosed items" in the finder menu? Let's say I wanted to perpetuate the current permissions to all subfolders/files. Is there an easy command to do this?
