Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 3 (Q.No. 16)
16.
Which command is used to assign only read permission to all three categories of the file 'note'?
chmod go+r note
chmod a-rw
chmod ugo=r note
chmod u+r,g+r,o-x note
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
3 comments Page 1 of 1.

Kondareddy said:   10 years ago
The C option is wrong correct one is chmod ugo+r note.

SUDEEP SHARMA said:   1 decade ago
U - USER(OWNER), G - GROUP AND O - OTHERS.

Rainy said:   1 decade ago
ugo means here ?

Post your comments here:

Your comments will be displayed after verification.