CLASS="sect1" BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#0000FF" VLINK="#840084" ALINK="#0000FF" >

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