5.3 Security - Managing File Permissions and Ownership Flashcards

1
Q

What would the command chmod u+x ./file.sh do to the file ./file.sh?

A) Remove execute permissions for the user
B) Add the user as the owner
C) Modify the contents of the file with “u+x”
D) Make it executable for the owner

A

Make it executable for the owner

How well did you know this?
1
Not at all
2
3
4
5
Perfectly