Vidyalelo
Computer Science · Q587

UNIX

Engineering and GATE · Computer Science · question 587

Q587

To assign execute permission to the user (owner) for a file named file01.txt, which of the following command will be used?

A.
chmod u+r file01.txt
B.
chmod u+w file01.txt
C.
chmod u-x file01.txt
D.
chmod u+x file01.txt
Answer

Answer: Option D

Solution

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