Q. Which of the umask command parameters grant the right to run the newly created regular files by default?
β
Correct Answer: (D)
None of the above
Explanation: umask by default is 022 so
permissions for newly created directories: rwxr-xr-x.
permissions for newly created files: -rw-r-r–.
By default, the execution permission is disabled for regular files.