ubuntu create executable script code example
Example 1: how to make a .sh file executable
chmod u+x <fileName>.sh
Example 2: linux make executable
chmod 755 file.sh
Example 3: ubuntu make executable
chmod +x /path/to/your/file.txt
chmod u+x <fileName>.sh
chmod 755 file.sh
chmod +x /path/to/your/file.txt