->Title Page
->Intro
->Unix
-->Overview
-->File Structure
-->Online Manual
-->Basic Commands
-->Additional Commands
--->alias
--->ap
--->biff
--->chmod
--->compress/uncompress
--->df
--->diff
--->du
--->echo
--->find
--->finger
--->ftp
--->grep
--->history
--->kill
--->look
--->mail
--->ps
--->script
--->setenv
--->source
--->spell
--->tar
--->telnet
->umask
--->who
--->Miscellaneous
-->Login files
-->Special characters
-->Miscellaneous Tips
-->Things to try
->Vi editor
->Mirror sites
->Further reading

[ Up ]
[Prev][Home][Next]
[Author]

Unix ---> umask

The umask command displays or sets the creation mask setting. The creation mask setting defines the default attributes for new files (see chmod). If no argument is included, umask displays the current setting. To change the creation mask setting type


    umask value
where value is a three digit octal number similar to the one defined in the chmod section. It is important to note that this is a mask. This means that a umask setting of 022 would give the owner full privileges while the group and all others would not have write privileges. This is the complement of what we saw with chmod.

Please notify owners of webpages with outdated links to these pages

Find this site useful? Want to give something back?

© 1993-2001 Christopher C. Taylor