This should be pretty easy however it's tricky to Google.
How can I set it so every time "username" creates a new folder, it has 775 permissions, instead of 755? Basically to change the default assigned permissions for new folders.
Thanks, Hristian
This should be pretty easy however it's tricky to Google.
How can I set it so every time "username" creates a new folder, it has 775 permissions, instead of 755? Basically to change the default assigned permissions for new folders.
Thanks, Hristian
Set may set a correct umask.
You can find extra documentation at http://centoscert.com/content/what-umask-and-how-setup-default-umask
You can modify the one in /etc/profile (replace 022 by 002) if you want to change for the whole system.
But careful, this also impact access rights of 'standard' files (not only folders).