The umask Command
- The umask command tells which permissions should
NOT be given to newly created Files.
- The umask command takes one parameter, which is
a number in octal, such as:
umask 022
- The above command states that for new Files, we should NOT give
the 'w' permission to "group" and "others". Why? see the next slides...
Originally written by
guy keren