关于服务管理
时间:2006-08-31 来源:CUDev
RedHat系列的 chkconfig 命令:
chkconfig pop3 on
chkconfig pop3 off
chkconfig --level 345 apache2 on
chkconfig --level 2345 otterinit.sh on
chkconfig --level 345 apache2 off
chkconfig --list | grep apache2
Debian系列的 update-rc.d 命令:
update-rc.d -f vsftpd remove
update-rc.d -f vsftpd defaults
update-rc.d otterinit.sh start 50 2 3 4 5 .
chkconfig pop3 on
chkconfig pop3 off
chkconfig --level 345 apache2 on
chkconfig --level 2345 otterinit.sh on
chkconfig --level 345 apache2 off
chkconfig --list | grep apache2
Debian系列的 update-rc.d 命令:
update-rc.d -f vsftpd remove
update-rc.d -f vsftpd defaults
update-rc.d otterinit.sh start 50 2 3 4 5 .
相关阅读 更多 +