Which command is used to remove the read permission of the file 'note' from both the group and others?
A
chmod go+r note
B
chmod go+rw note
C
chmod go-x note
D
chmod go-r note
E
None of the above
Correct Answer: chmod go-r note