MacOS – How to set permissions on a directory so that all files created there will be read/write/execute for everyone

macospermission

I have a cache directory in which several different programs owned by several different accounts create/read/write/delete etc new files and directories. I want everyone to have all the possible rights to all of these things in this directory and everything that is ever created in it in the future.

How do I do this?

Best Answer

Right click the directory or Command + I after clicking on it, there will pop up a window like this. enter image description here

Clink on the padlock in lower right corner and type your password. Now you can change permissions for this directory. If you want everyone to be able to read and write, click on the privilege provided to Everyone and there will appear a dropdown menu from which you can choose what permission to provide. enter image description here

I hope that helped.