make file executable linux code example
Example 1: make file executable linux
chmod +x filename.sh
Example 2: linux create executable
> chmod +x my_file
Example 3: how to make a .sh file executable
chmod u+x <fileName>.sh
Example 4: linux make executable
chmod 755 file.sh