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?
NastyNutsu
2 months, 2 weeks agoID77
2 months, 3 weeks ago