Which command grants the file named "letter" executable rights exclusively to its owner?

Choose the correct answer

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.

Which command grants the file named "letter" executa… — Basic of linux unix | PakQuizHub