Answers for "change shell script to executable"

3

make shell script executable

chmod +x filename.sh
Posted by: Guest on April-13-2020
5

how to make a .sh file executable

chmod u+x <fileName>.sh
Posted by: Guest on May-30-2020
0

change shell script to executable

chmod +x YOURFILENAME.sh
Posted by: Guest on August-11-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language