Multiple choice

The default permission bits of a file, when it is created for the first time, is controlled by

  1. chmod value

  2. fmask value

  3. umask value

  4. none of the above

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The umask command controls the default permission bits for newly created files by setting which permissions to remove. chmod changes permissions on existing files, and fmask is not a standard Unix command.