常用关机命令:
1、powcroff # 立刻关机
2、halt # 立刻关机(ROOT权限)
3、reboot # 立刻重启
4、shutdown -h now # 立刻关机
shutdown -h 5 # 5分钟后关机
shutdown -h 5:00 # 5:00后关机
shutdown -r now #立刻重启
shutdown -r 5 # 5分钟后重启
shutdown -r 5:00 # 5:00后重启
shutdown -c #取消关机命令
5、init命令
init 0 #关机
init 3 #纯文本模式
init 5 #图形模式
init 6 #重启