How to have all files in a directory to all default to the parent permissions.

This command will set all new files in the directory to all default to the permissions set to the parent directory. This is very useful when creating a new directory and you wish to ensure that the files therein have correct permissions. jason@jason-desktop:~$ sudo setfacl -R -d -m o::rwx Documents/ [sudo] password for jason:jason@jason-desktop:~$ sudo … Read more