Fil System Permissions
File System Permissions- File System Permissions Umask : umask is the value with this umask mask value kernel can identify who is going to create a file or directory. umask is the command to find out umask value root - umask 0022 normal -umask 0002 default permissions = maximum permissions-umask For a file :- root maximum permissions of a file 666 umask 022 (-) Normal User maximum permissions of a file 666 ...