home | O'Reilly's CD bookshelfs | FreeBSD | Linux | Cisco | Cisco Exam  


UNIX in a Nutshell: System V Edition

UNIX in a Nutshell: System V EditionSearch this book
Previous: Reference: ulimit Chapter 4
The Bourne Shell and Korn Shell
Next: Reference: unalias
 

umask



umask

 [

nnn

]

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-- ). umask is also a UNIX command (see Section 2).


Previous: Reference: ulimit UNIX in a Nutshell: System V Edition Next: Reference: unalias
Reference: ulimit Book Index Reference: unalias

The UNIX CD Bookshelf Navigation The UNIX CD BookshelfUNIX Power ToolsUNIX in a NutshellLearning the vi Editorsed & awkLearning the Korn ShellLearning the UNIX Operating System