26. Managing the umask
26.1. Displaying the current value of the umask
26.2. Displaying the default bash umask
26.3. Setting the umask using symbolic values
26.4. Setting the umask using octal values
26.5. Changing the default umask for the non-login shell
26.6. Changing the default umask for the login shell
26.7. Changing the default umask for a specific user
26.8. Setting default permissions for newly created home directories
You can change the permission modes for home directories of newly created users by modifying the
/etc/login.defs file (.../...)
Partager