Vidyalelo
Computer Science · Q647

UNIX

Engineering and GATE · Computer Science · question 647

Q647

To remove write permission from group and others, which one of the following commands will be used?

A.
chmod go+w file01
B.
chmod go-w file01
Answer
C.
chmod ug-w file01
D.
chmod a-w file01

Answer: Option B

Solution

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