linux sh has no permiussion code example
Example: permission denied running shell script
`# Try:`
chmod +rx script.sh
`# This will make the file executable. Then try:`
./script.sh
`# Try:`
chmod +rx script.sh
`# This will make the file executable. Then try:`
./script.sh