chkconfig 系统服务管理

chkconfig --list   显示当前运行的所有服务
/etc/inittab
netstat -antl   all n端口 t tcp协议 l listen状态
chkconfig --add httpd 增加服务
chkconfig --del httpd 删除
chkconfig --level 12345

原文地址:https://www.cnblogs.com/qianjinyan/p/10877232.html