Umask creates a filter of permissions for all new files created within a certain partition - So to add "default" permissions for all new files within a certain partition add a umask value to the options section of /etc/fstab regards the relevant partition.
(In the process of "subtracting" default permissions umask leaves some behind - the permissions left behind become the default permissions)
( Chmod is the "inverse" of Umask - Chmod can be used to change the permissions on an individual file - however - for your scenario - you need Umask - Umask is used to create default permissions for all new files. )
Last edited by Skyline; 08-12-2003 at 08:46 PM.
|