Q. Which command is used to assign read-write permission to the file owner?
β
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.