telinit
提供: セキュリティ
スポンサーリンク
telinit とは、Linux システムのランレベルを変更するコマンドです。
読み方
- telinit
- てる いにっと
概要
ランレベル の概要については、ランレベル をご参照ください。
使い方
以下は、CentOS の telinit コマンドの引数です。
$ telinit --help Usage: telinit [OPTION]... RUNLEVEL Change runlevel. Options: -e KEY=VALUE set environment variable in the runlevel event -q, --quiet reduce output to errors only -v, --verbose increase output to include informational messages --help display this help and exit --version output version information and exit RUNLEVEL should be one of 0123456sS, where s and S are considered identical. RUNLEVEL may also be Q or q to instruct the init daemon to reload its configuration, this is rarely necessary since the daemon watches its configuration for changes. RUNLEVEL may be U or u to instruct the init daemon to re-execute itself, this is not recommended since Upstart does not currently preserve its state. Report bugs at <https://launchpad.net/upstart/+bugs>
ランレベル 5 に変更する場合には、以下のコマンドラインを実行します。
$ telinit 5
ランレベル の確認には、runlevel コマンドを使用してください。
関連項目
ツイート
スポンサーリンク