Answers for "change a file to executable in linux"

4

make file executable linux

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

change shell script to executable

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

Code answers related to "change a file to executable in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language