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: Sandeep
“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

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