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

linux开关机命令

时间:2017-08-17 23:38:40      阅读:405      评论:0      收藏:0      [点我收藏+]

标签:off   登录   this   sync   eve   lin   linux   模式   boot   

将数据同步写入硬盘:sync

惯用的关机命令:shutdown

  shutdown -h now   

  立刻关机,now相当于时间为0

  shutdown -h 10  ‘ I wil shutdown after 10 mins‘

  告诉大家这台机器要在十分钟后关机,并且显示在登录者屏幕前方;

  shutdown -r now

  系统立刻重启

  shutdown   -r  30  ‘ the system will reboot after 30 mins‘

  shutdown  -h  20:25

  系统在今天的20:25分关机,若在21:25才执行此命令,则隔天才关机

  shutdown   -k   now   ‘this system will reboot‘

  仅发出警告信息的参数,系统并不会关机;

重启、关机

  reboot

  halt

  poweroff

系统运行级别

  run level 0:关机

  run level 3 :纯命令行模式

  run level 5 :含有图形界面模式

  run level 6: 重启

 

linux开关机命令

标签:off   登录   this   sync   eve   lin   linux   模式   boot   

原文地址:http://www.cnblogs.com/me80/p/7384922.html

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