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

Linux关机、重启命令

时间:2018-07-31 23:25:59      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:amp   重启   off   命令   linux   boot   init   poweroff   切换   

关机
 
shutdown -h 0 #<==O秒后关机
shutdown -h now #<==现在关机
shutdown -h 10 #<==10分钟后关机
shutdown -h 23:20 #<==23:20分关机
shutdown -c #<==取消shutdown关机命令
init 0 #<==立马关机(切换运行级别为0,推荐使用)
halt #<==立马关机
poweroff #<==立马关机
 
 
重启
 
shutdown -r now #<==现在重启
shutdown -r 10 #<==10分钟后重启
shutdown -r 23:20 & #<==23:20分重启,加&符号代表把该命令转到后台处理
reboot #<==立马重启(推荐使用)
init 6 #<==立马重启(切换运行级别为6,推荐使用)
 

Linux关机、重启命令

标签:amp   重启   off   命令   linux   boot   init   poweroff   切换   

原文地址:https://www.cnblogs.com/liang545621/p/9398652.html

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