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

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

ANSWER DOWNLOAD EXAMIANS APP