create a linux executable code example
Example 1: ubuntu make sh file executable
chmod +x <fileName>
sudo ./<fileName>
Example 2: linux make executable
chmod 755 file.sh
chmod +x <fileName>
sudo ./<fileName>
chmod 755 file.sh