Home / Programming MCQs / Linux MCQs / Question

S

Sandeep • 6.47K Points
Tutor III

Q. If you are a root user, how can you enable execution only for the owner of the file “myfile”?

(A) $ chmod +x myfile
(B) $ chmod u+x myfile
(C) $ chmod a+x myfile
(D) $ chmod U+X myfile
u+x grants the execution right to the file owner.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.