Which commands is used to assign executable permission to all of the files named "letter"?
A
chmod ugo+r letter
B
chmod ugo+rw letter
C
chmod u+x letter
D
chmod ugo+x letter
E
None of the above
Correct Answer: chmod ugo+x letter