Linux
What command is used to assign only read permission to all three categories of the file'letter'?

chmod u + r, g + r, o - x letter
chmod go + r letter
chmod a - rw letter
chmod ugo = r letter

ANSWER DOWNLOAD EXAMIANS APP