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 .
阅读(1120) | 评论(0) | 转发(0) |