Vidyalelo
Computer Science · Q113

UNIX

Engineering and GATE · Computer Science · question 113

Q113

Which command is used to assign only read permission to all three categories of the file 'note'?

A.
chmod go+r note
B.
chmod a-rw
C.
chmod ugo=r note
Answer
D.
chmod u+r,g+r,o-x note
E.
None of the above

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board