shell script executechmod code example
Example 1: ubuntu make sh file executable
chmod +x <fileName>
sudo ./<fileName>
Example 2: how to execute a bash script in terminal
$ chmod +x fileName
$ ./fileName
chmod +x <fileName>
sudo ./<fileName>
$ chmod +x fileName
$ ./fileName