Vidyalelo
Computer Science · Q59

UNIX

Engineering and GATE · Computer Science · question 59

Q59

Which commands is used to assign executable permission to all of the files named "letter"?

A.
chmod ugo+r letter
B.
chmod ugo+rw letter
C.
chmod u+x letter
D.
chmod ugo+x 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