管理httpd进程的shell脚本
每次都不记得httpd执行文件的位置,很不方便,不妨做个shell脚本来管理
?注意自己的目录
写好后给此文件一个可执行权限chmod 755 /etc/rc.d/init.d/httpd
service httpd start stop restart..........
chkconfig?--add httpd
chkconfig?--level?3 httpd on
发布时间: 2012-12-24 10:43:13 作者: rapoo
管理httpd进程的shell脚本
每次都不记得httpd执行文件的位置,很不方便,不妨做个shell脚本来管理
?注意自己的目录
写好后给此文件一个可执行权限chmod 755 /etc/rc.d/init.d/httpd
service httpd start stop restart..........
chkconfig?--add httpd
chkconfig?--level?3 httpd on