if you need to make a linux shell script to change permissions to make file executable script you can use this example command



# chmod a+x Myscript

Myscript = the name of the script file