telinit

提供: セキュリティ
2013年9月16日 (月) 11:18時点におけるDaemon (トーク | 投稿記録)による版 (ページの作成:「telinit とは、Linux システムのランレベルを変更するコマンドです。 '''読み方''' ;telinit:てる いにっと __TOC__ == 概...」)

(差分) ←前の版 | 最新版 (差分) | 次の版→ (差分)
移動: 案内検索
スポンサーリンク

telinit とは、Linux システムのランレベルを変更するコマンドです。

読み方

telinit
てる いにっと

概要

ランレベル の概要については、ランレベル をご参照ください。


使い方

以下は、CentOStelinit コマンドの引数です。

$ 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 コマンドを使用してください。

関連項目




スポンサーリンク