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

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

ANSWER DOWNLOAD EXAMIANS APP