make shell script executable linux code example
Example 1: make shell script executable
chmod +x filename.sh
Example 2: linux create executable
> chmod +x my_file
Example 3: linux make executable
chmod 755 file.sh
chmod +x filename.sh
> chmod +x my_file
chmod 755 file.sh