1.

Which command is used to assign only read permission to all three categories of the file 'note'?

A. chmod go+r note
B. chmod a-rw
C. chmod ugo=r note
D. chmod u+r,g+r,o-x note
Answer» D. chmod u+r,g+r,o-x note


Discussion

No Comment Found