chkconfigコマンドとは
chkconfig はLinuxコマンドラインにおける各実行段階でのサービス処理用の簡易コマンドラインです。 すなわち、サービスの更新、現在のスタートアップ情報、サービスの管理からの追加または削除、サービスのランウェイ設定の更新、特定のサービスのリストなどに使用されます。
chkconfig コマンド
以下のコマンドは、chkconfigコマンドの構文と使用できるオプションを示したものです。 No
–を上書きしてください。del name
chkconfig name
–add name
全サービスの現在の状態
次のコマンドは、すべてのサービスの起動と停止を示す状態であります。 389>
Current status of all services in alphabetic order
Current status of particular services
This command shows the status of starting and stopping of particular services.It used to display the current status of all services. The command is focused by a service in Linux. 以下に示すコマンドは、特定のサービスの起動時の設定を表示します。 389>
Enable (start) a particular service on run levels
This chkconfig command displays how you can start HTTP services at run level 3 parameters only.これはHTTPサービスがすべてのランレベルで閉じられていることを示しています。 chkconfig -level 4 httpd on」コマンドは、ランレベル4でhttpdサービスを有効にします。
「chkconfig -list | grep httpd」コマンドは、ランレベルで実行中のhttpdサービスの状態を確認するコマンドです。
Disable (stop) a particular service on run levels
このchkconfigコマンドは、ランレベル4のパラメーターでのみHTTPサービスを停止できるかを表示します。
Delete a service
deleteコマンドは、chkconfigシステムからサービスを完全に削除します。 このコマンドは、chkconfigリストから’nfs’サービスを削除します。
Add a new service
このコマンドはchkconfig管理に新しいサービスを追加するコマンドです。 nfs’ サービスを追加し、レベル 1、2、3、4、5 で自動的に起動します。
chkconfig コマンドは、お使いのデバイスに存在するサービスのみを追加するコマンドです。 デバイスに存在しないサービスの場合、まずそのサービスのパッケージをインストールし、それからそのサービスをデバイスに追加する必要があります。