Which command grants the file named "letter" executable rights exclusively to its owner?
Explanation
The command 'chmod u+x letter' adds execute permission only for the user (owner) of the file named 'letter'. Other options either modify permissions for all users, groups, or add write instead of execute rights.