1. 程式人生 > >centos系統服務管理

centos系統服務管理

red reset 系統服務 style level res 工具 linux發行版 fig

系統服務管理工具:
chkconfig(所有linux發行版都有),用法很簡單,如下:
usage: chkconfig --list [name]
chkconfig --add <name>
chkconfig --del <name>
chkconfig [--level <levels>] <name> <on|off|reset|resetpriorities>
ntsysv(Redhat系發行版特有),直接運行選擇服務是否自啟動。

centos系統服務管理