码迷,mamicode.com
首页 > 系统相关 > 详细

linux命令

时间:2015-10-11 15:19:20      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:

关机命令:
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 :重启

linux命令

标签:

原文地址:http://www.cnblogs.com/zhjm/p/4869248.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!