Bash Script
This comand set executions permissions to the script and with chkconfig we create a Start link to the rc.d system. chmod 755 /etc/init.d/httpd ; chkconfig --add httpd /etc/init.d/httpd start
chmod 755 /etc/init.d/httpd ; chkconfig --add httpd /etc/init.d/httpd start
Posted
in
by
admin
Tags: