Skip to content Skip to sidebar Skip to footer

Run Bash (.sh) File in Linux

If you willing to execute the bash file type in linux, type in :

chmod +x /path/to/yourscript.sh
That simple syntax will run the file for you.

Bash Illustration Image - Source PC-Freak.net