June 2006
Intermediate to advanced
64 pages
2h 42m
English
umask
umask [nnn] umask [-pS] [mask]
Display file creation mask or set file creation mask to octal
value nnn. The file creation mask determines
which permission bits are turned off (e.g., umask 002 produces rw-rw-r- -). For the second form, a
symbolic mask represents permissions to keep.
-pOutput is in a form that can be reread later by the shell.
-SPrint the current mask using symbolic notation.
Read now
Unlock full access