説明
システムの終了や再起動には shutdown
コマンドを使います。
shutdown
コマンドを使えるのはrootユーザーだけになります。
名称
コマンド | 意味 |
---|---|
shutdown |
システムの終了、再起動を行う |
書式
shutdown [-] [-h [-u] | -r | -s | -k] [-o [-n]] time [warning-message ...]
主なオプション
オプション | 意味 |
---|---|
-r |
システムの終了後に再起動する(reboot) |
-h |
システムの終了し停止する(halt) |
-c |
実行中のシャットダウンをキャンセルする(cancel) |
オプションの後に引数として時間を指定したら指定の時間に実行される。
例
直ちにシステムを停止
$ shutdown -h now
直ちにシステムを再起動
$ shutdown -r now
10分後にシステムを再起動
$ shutdown -r +10
22時10分にシステムを再起動
$ shutdown -r 22:10