Vidyalelo
Computer Science · Q131

Linux

Engineering and GATE · Computer Science · question 131

Q131

What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others?

A.
chmod go + x, u - x letter
B.
chmod g - x, uo + r letter
C.
chmod go + r, u + x letter
D.
chmod u - x, go + r letter
Answer
E.
None of the above

Answer: Option D

Solution

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