How to grant full access to any new folders/files/subfolders created in a specific folder?
How to grant full access to any new folders/files/subfolders created in a specific folder? I have granted full access to a folder as follows: sudo chmod 777 -R /media/sharedfolder However when a new subfolder is created by User A, that subfolder is not accessible by other users. How can I automatically grant full access to …