Q. Which command is used to assign read-write permission to the file owner?

  • (A) chmod a+r myfile
  • (B) chmod o+r myfile
  • (C) chmod u=rw myfile
  • (D) chmod og-r myfile
πŸ’¬ Discuss
βœ… Correct Answer: (C) chmod u=rw myfile
Explanation: “chmod” is an abbreviation of change mode is a command that can change the access permissions of files and directories. The permissions are filtered by the umask.
Explanation by: Yami Thakur
“chmod” is an abbreviation of change mode is a command that can change the access permissions of files and directories. The permissions are filtered by the umask.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
199
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Yami Thakur
Publisher
πŸ“ˆ
92%
Success Rate