Google News
logo
Unix - Quiz(MCQ)
Which command is used to assign only read permission to all three categories of the file 'note'?
A)
chmod a-rw
B)
chmod go+r note
C)
chmod ugo=r note
D)
chmod u+r,g+r,o-x note

Correct Answer :   chmod ugo=r note

Advertisement