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

chkconfig 管理系統服務

運行 onf 指定 cal blog 註意 fig lis 管理系統

[root@localhost ~]# chkconfig --list              # 列出開啟或關閉了哪些系統服務
[root@localhost ~]# chkconfig xxx off             # 關閉某個系統服務
[root@localhost ~]# chkconfig xxx on              # 開啟某個系統服務
[root@localhost ~]# chkconfig --level 3 xxx off   # 指定在哪個運行級別下關閉系統服務
[root@localhost ~]# chkconfig --add xxx           # 添加指定的系統服務,註意添加後要開啟
[root@localhost 
~]# chkconfig --del xxx # 刪除指定的系統服務

chkconfig 管理系統服務