Computer Science - Unix - Discussion

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

Umang Chaudhary said:   9 years ago
Did not understand how did they write ago altogether.

Varma said:   9 years ago
In UNIX all the files have read and write permissions by default only the execute permission is given by the user.

Praveen said:   1 decade ago
chmod ugo_x letter* (or) chmod a+x letter*.

Post your comments here:

Your comments will be displayed after verification.