chown -R root:wheel <folder>
chmod -R -a "tim allow read,write" test
The folder permissions end up still showing custom for user "tim".
and i figured it out, had to read the current permission list with:
ls -le
then simply copied the settings the finder menu gives to "read/write".
the command that answers my own question is:
sudo chmod -R +a "tim allow list,list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity" test
The user then shows read/write in the finder menu permissions pane.
That was annoying.
and i figured it out, had to read the current permission list with:
ls -le
then simply copied the settings the finder menu gives to "read/write".
the command that answers my own question is:
sudo chmod -R +a "tim allow list,list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity" test
The user then shows read/write in the finder menu permissions pane.
That was annoying.
Hello, could you help me understand how to apply this to the files and folders found in a Final Cut Pro Library file (Users/Shared/jamf_manage/Jamf_Test1.fcpbundle). Students are saving their library file in the Shared folder for other users on the machine to have access to. The students can change the permissions on Jamf_Test1.fcpbundle to read&write, however it does not apply the change to the files located in Jamf_Test1.fcpbundle. I appreciate any help you can offer. Thank you.
Hello, could you help me understand how to apply this to the files and folders found in a Final Cut Pro Library file (Users/Shared/jamf_manage/Jamf_Test1.fcpbundle). Students are saving their library file in the Shared folder for other users on the machine to have access to. The students can change the permissions on Jamf_Test1.fcpbundle to read&write, however it does not apply the change to the files located in Jamf_Test1.fcpbundle. I appreciate any help you can offer. Thank you.
Hello, please disregard my previous message, I have figured it out. Thank you.