アットウィキロゴ
 

chkconfig

(/sbin/chkconfig)

導入されている(/etc/init.d/)サービスの追加/削除設定およびランレベル実行状況を表示。
ただし、新たなサービスを導入後、このコマンドで利用可能にするには、まず"chkconfig --add"をする必要がある。
<実行方法>
サービスのランレベル実行表示:chkconfig --list [name]
サービスの追加:chkconfig --add name
サービスの削除:chkconfig --del name
ランレベルの設定:chkconfig [--level levels] name <on|off|reset>
chkconfig [--level levels] name
最終更新:2007年01月29日 00:11