πŸ“Š Linux
Q. Which of the umask command parameters grant the right to run the newly created regular files by default?
  • (A) 222
  • (B) 111
  • (C) 000
  • (D) None of the above
πŸ’¬ Discuss
βœ… 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.

Explanation by: Sandeep
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.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
189
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Sandeep
Publisher
πŸ“ˆ
89%
Success Rate