Vidyalelo
Computer Science · Q74

Linux

Engineering and GATE · Computer Science · question 74

Q74

What command is used to assign executable permission to all of the files named "report"?

A.
chmod ugo + x report
Answer
B.
chmod u + x report
C.
chmod ugo + rw report
D.
chmod ugo + r report
E.
None of the above

Answer: Option A

Solution

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