linux中的chkconfig命令詳細用法
linux中的chkconfig命令詳細用法
chkconfig命令可以用來檢查、設定系統的各種服務。這是Red Hat公司遵循GPL規則所開發的程式,它可查詢作業系統在每一個執行等級中會執行哪些系統服務,其中包括各類常駐服務。
使用語法:
chkconfig [--add][--del][--list][系統服務] 或 chkconfig [--level <等級代號>][系統服務][on/off/reset]
引數用法:
–add 增加所指定的系統服務,讓chkconfig指令得以管理它,並同時在系統啟動的敘述檔案內增加相關資料。
–del 刪除所指定的系統服務,不再由chkconfig指令管理,並同時在系統啟動的敘述檔案內刪除相關資料。
–level<等級代號> 指定讀系統服務要在哪一個執行等級中開啟或關畢。
使用範例:
chkconfig –list 列出所有的系統服務
chkconfig –add httpd 增加httpd服務
chkconfig –del httpd 刪除httpd服務
chkconfig –level httpd 2345 on 把httpd在執行級別為2、3、4、5的情況下都是on(開啟)的狀態。
具體使用方法請在linux終端下輸入:man chkconfig
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/14663377/viewspace-1034849/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 詳解Linux chkconfig命令Linux
- linux crontab 命令詳細用法及示例Linux
- Linux下chkconfig命令詳解Linux
- chmod命令詳細用法
- Linux ls命令最詳細用法介紹Linux
- Linux下chkconfig命令詳解?(service)Linux
- Linux chkconfig命令Linux
- Linux中find命令-path -prune用法詳解Linux
- linux 中 date命令的用法Linux
- SCO UNIX上cpio命令詳細用法(轉)
- Linux基礎命令---chkconfigLinux
- linux命令yum的詳細解析Linux
- chkconfig用法及Linux的執行級別Linux
- Linux grep命令詳細教程Linux
- js中typeof用法詳細介紹JS
- PHP中return用法詳細解讀PHP
- Java中jar命令用法詳解JavaJAR
- linux下xargs命令用法詳解Linux
- chkconfig命令
- BlockUI詳細用法BloCUI
- Linux sed命令詳細說明Linux
- Linux常用命令-詳細Linux
- LINUX top命令詳細解讀Linux
- Linux Grep命令使用的詳細介紹Linux
- 超級詳細Tcpdump 的用法TCP
- 【C#】-Dictionary的詳細用法C#
- SQL中的case when then else end用法 【詳細】轉載SQL
- 【jar命令的用法詳解】JAR
- Linux下ulimit命令的詳細使用介紹LinuxMIT
- 詳細介紹Linux finger命令的使用Linux
- Linux命令引數詳細解析-mvLinux
- Linux命令引數詳細解析-cpLinux
- Linux命令引數詳細解析-vimLinux
- Linux Top 命令解析 比較詳細Linux
- linux--ps命令詳細解說Linux
- linux chmod命令詳細使用引數Linux
- linux expr命令引數及用法詳解Linux
- android的listview的詳細用法AndroidView