Home / Programming MCQs / Linux MCQs / Question

S

Sandeep • 6.42K Points
Tutor III

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
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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.