Vidyalelo
Computer Science · Q139

UNIX

Engineering and GATE · Computer Science · question 139

Q139

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

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

Answer: Option A

Solution

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