runlevel
提供: セキュリティ
2013年9月16日 (月) 11:21時点におけるDaemon (トーク | 投稿記録)による版 (ページの作成:「runlevel とは、Linux システムの ランレベル を確認するコマンドです。 '''読み方''' ;runlevel:らんれべる __TOC__ == 概...」)
スポンサーリンク
runlevel とは、Linux システムの ランレベル を確認するコマンドです。
読み方
- runlevel
- らんれべる
概要
前と現在のランレベル を表示します。 現在と前のランレベルの情報は、 /var/run/utmp ファイルから得ます。
使い方
$ runlevel --help Usage: runlevel [OPTION]... [UTMP] Output previous and current runlevel. Options: -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 The system /var/run/utmp file is used unless the alternate file UTMP is given. Report bugs at <https://launchpad.net/upstart/+bugs>
以下は、実行例です。
$ runlebel N 3
関連項目
ツイート
スポンサーリンク