首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > PowerDesigner >

治理httpd进程的shell脚本

2012-12-24 
管理httpd进程的shell脚本每次都不记得httpd执行文件的位置,很不方便,不妨做个shell脚本来管理?注意自己的

管理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

热点排行