Vidyalelo
Computer Science · Q388

UNIX

Engineering and GATE · Computer Science · question 388

Q388

A file named file01 should be readable, writable and executable only by the user(owner). Which one of the following set of command will be used?

A.
chmod 700 file01
Answer
B.
chmod 000 file01
C.
chmod 477 file01
D.
chmod 777 file01

Answer: Option A

Solution

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