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

linux中的关机、重启、注销

时间:2017-08-10 23:38:12      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:linux中的关机、重启、注销

linux中的关机、重启、注销

1.1 关机

shutdown 关机

expected  希望,期望

shutdown 1 一分钟后关机

cancel  取消

shutdown -h now  马上关机

shutdown -h 10  十分钟后关机

shutdown -h now  

halt  

halt -p

poweroff  立即停止系统,并且关闭电源

halt立即停止系统,需要人工关闭电源(生产常用)

poweroff 立刻关机,无警告,直接关机

init 0 切换运行级别到0


1.2 重启

reboot 立刻重启

shutdown -r 10 十分钟后重启

shutdown -r now 现在重启

 

shutdown -h 10   -h ===== halt 立刻关机

shutdown -r 10   -r ===== reboot

 

shutdown -c 取消


1.3 注销(退出当前用户)

logout

exit

ctrl + d 快捷键 logout


本文出自 “heyong” 博客,请务必保留此出处http://heyong.blog.51cto.com/13121269/1955236

linux中的关机、重启、注销

标签:linux中的关机、重启、注销

原文地址:http://heyong.blog.51cto.com/13121269/1955236

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