CompTIA Linux+ (XK0-005) XK0-005 — Question 198
Topic 1 · Question 198 of 263
Topic 1 · Question 198
A user created the following script file: #!/bin/bash # FILENAME: /home/user/script.sh echo "hello world" exit 1 However, when the user tried to run the script file using the command ~/script.sh, an error returned indicating permission was denied. Which of the following should the user execute in order for the script to run properly?