Permissions in Shared Folder

I am using the Shared folder to have access to files from two accounts. The problem is that when saving a file on one account I cannot edit and save it from another. It says I don't have permission to do so.


Both user accounts use a different Apple ID, but that shouldn't matter?

MacBook Air 13″, macOS 10.15

Posted on Jul 15, 2020 1:25 AM

Reply
Question marked as Top-ranking reply

Posted on Jul 15, 2020 7:05 AM

The basic POSIX permissions cannot provide what you need, so you'll need to add an Access Control List to allow that type of file server behavior.

I would create a subfolder to Shared and apply the ACL to that folder, but you could do it on Shared.


chmod +a group:<groupname> allow list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,file_inherit,directory_inherit /Users/Shared/<foldername>


You can just use staff as the <groupname> as your two users on that Mac are both part of staff. Or, you can create a new Group in Users & Groups System Preferences. Add each user to that group and use that instead of staff.

Replace <foldername> with the desired folder name, or delete it to just use Shared.

Similar questions

5 replies
Question marked as Top-ranking reply

Jul 15, 2020 7:05 AM in response to A_Guy

The basic POSIX permissions cannot provide what you need, so you'll need to add an Access Control List to allow that type of file server behavior.

I would create a subfolder to Shared and apply the ACL to that folder, but you could do it on Shared.


chmod +a group:<groupname> allow list,add_file,search,add_subdirectory,delete_child,readattr,writeattr,readextattr,writeextattr,readsecurity,file_inherit,directory_inherit /Users/Shared/<foldername>


You can just use staff as the <groupname> as your two users on that Mac are both part of staff. Or, you can create a new Group in Users & Groups System Preferences. Add each user to that group and use that instead of staff.

Replace <foldername> with the desired folder name, or delete it to just use Shared.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

Permissions in Shared Folder

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.