Which TWO statements regarding the 'umask' command are correct?
Defines what permissions are removed.
Why this answer
Umask defines default permissions for new files and directories, and it acts as a mask by subtracting bits from the maximum possible permission.