ヘルプ:システムの停止または再起動

提供:あわ自由帳

メインページ > ヘルプ:目次 > ヘルプ:自宅サーバーの管理(CentOS)  > システムの停止または再起動

システム停止する

[root@host3 ~]# halt

システムを停止し電源を切る(その1)

[root@host3 ~]# halt -p

システムを停止し電源を切る(その2)

[root@host3 ~]# poweroff

システムを再起動する

[root@host3 ~]# reboot