Which of the following commands is used to assign executable permission to the owner of the file named "note"?
Options
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
Explanation
Users selection:
u - user: the owner of the file.
g - group: users who are members of the file's group.
o - others: users who are not the owner of the file or members of the group.
a - all: all three of the above, is the same as ugo.
Permissions:
r - read
w - write
x - execute
So, u+x => Execute (x) permission to Owner (u).
More questions
1. When purchase cost is $20, maintenance cost is $0.50, and annual sale are 20 units, EOQ is