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

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

ANSWER DOWNLOAD EXAMIANS APP