标签:
关机命令:
1、halt 立刻关机
2、poweroff 立刻关机
[root@localhost root]#shutdown –h now ← 要求系统立即关机
[root@localhost root]#shutdown now ← 立刻关机
[root@localhost root]#shutdown +5 ← 5分钟后关机
[root@localhost root]#shutdown 10:30 ← 在10:30时关机
关机后自动重启:-r 参数设置关机后重新启动。范例如下:
[root@localhost root]#shutdown -r now ← 立刻关闭系统并重启
[root@localhost root]#shutdown -r 23:59 ← 指定在23:59时重启动
reboot :重启
标签:
原文地址:http://www.cnblogs.com/zhjm/p/4869248.html