1、立刻关机(需要root用户)
shutdown -h now
10 分钟后自动关机
shutdown -h 10
2、立刻关机
halt
3、立刻关机
poweroff
1、最简单的是使用 reboot 命令(需要root用户)
reboot
2、也可以使用 shutdown 命令
shutdown -r now