Computer Science - Linux - Discussion

Discussion Forum : Linux - Section 2 (Q.No. 24)
24.
What command is used to assign executable permission to all of the files named "report"?
chmod ugo + x report
chmod u + x report
chmod ugo + rw report
chmod ugo + r report
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Anonymus said:   10 years ago
It can be done by:

chmod u + x report --------- Verified on opens use & Ubuntu.

BIBIN said:   8 years ago
Based on this question we can answer it a chmod +x.

Post your comments here:

Your comments will be displayed after verification.