システムの停止または再起動 (Linux)
提供:あわ自由帳
システム停止する
[root@host3 ~]# halt
システムを停止し電源を切る(その1)
[root@host3 ~]# halt -p
システムを停止し電源を切る(その2)
[root@host3 ~]# poweroff
システムを再起動する
[root@host3 ~]# reboot
[root@host3 ~]# halt
[root@host3 ~]# halt -p
[root@host3 ~]# poweroff
[root@host3 ~]# reboot