Which of the following commands is used to assign executable permission to the owner of the file named "note"?
A
chmod g+x note
B
chmod u+w note
C
chmod u+x note
D
chmod ugo+x note
E
None of the above
Correct Answer: chmod u+x note