Linux CLI - File Permissions and Ownership
Which of the following is the correct syntax to add execute permission for the user on a file named
script.sh?script.sh?chmod [who][operator][permission] filename. Here, 'u' means user, '+' adds permission, 'x' is execute.chmod u+x script.sh. Other options have incorrect order or misplaced arguments.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions