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

chmod go+r note
chmod a-rw
None of these
chmod u+r,g+r,o-x note
chmod ugo=r note

ANSWER DOWNLOAD EXAMIANS APP