Vidyalelo
Computer Science · Q130

Linux

Engineering and GATE · Computer Science · question 130

Q130

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

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

Answer: Option B

Solution

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