How do I add permissions for "System" and "Staff"?
Unibody MacBook, Mac OS X (10.5.8)
You can make a difference in the Apple Support Community!
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.
Unibody MacBook, Mac OS X (10.5.8)
Qi_Willious wrote:
When sharing folders or setting permissions for folders, you have 'Staff' on the default public folders. If you delete this, however, you can no longer add 'Staff' like it was, and you would instead have to add all the users of the computer individually instead. Same goes for 'System'. A few folders on the computer can only be changed through 'System' profile - which basically means you need an admin password to change anything - but there is no visible way to manually set that option.
sudo chgrp staff path/to/item
sudo chmod gr,X path/to/item
How do I add permissions for "System" and "Staff"?