Unix
Which command is used with file named 'note' to remove the executable permission from the user and assign read permission to the group and others?

chmod go+x, u-x note
chmod g-x, uo+r note
None of these
chmod go+r, u+x note
chmod u-x, go+r note

ANSWER DOWNLOAD EXAMIANS APP