Bash Script Executable

[Solved] Bash Script Executable | Perl - Code Explorer | yomemimo.com
Question : make shell script executable

Answered by : eager-echidna-komjnxa7w0vt

chmod +x filename.sh

Source : https://askubuntu.com/questions/229589/how-to-make-a-file-e-g-a-sh-script-executable-so-it-can-be-run-from-a-termi | Last Update : Mon, 20 Apr 20

Question : how to make a .sh file executable

Answered by : excited-emu-dczee1keo50j

chmod u+x <fileName>.sh

Source : | Last Update : Sat, 06 Jun 20

Answers related to bash script executable

Code Explorer Popular Question For Perl