Linux
What command is used with file named 'letter' to remove the executable permission from the user and assign read permission to the group and others?

chmod go + x, u - x letter
chmod go + r, u + x letter
chmod u - x, go + r letter
chmod g - x, uo + r letter

ANSWER DOWNLOAD EXAMIANS APP