4.3. Make it Executable

Now make the script file executable. The command for that is:

As user:

[bash]$ su -c "chmod a=r+w+x your_script_file_name"

As superuser:

[bash#] chmod a=r+w+x your_script_file_name