Is there a way to set the default user-owner, group-owner and rwx permissions for a particular sub-dir and all its sub-dirs and files, so that these settings will instantly apply to any new files or directories created below them?
At present the only way I can see of doing it is having a cronjob periodically run chown -R, chgrp -R & chmod -R which isn't ideal.
Thanks