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