shutdown - 建议使用的命令

reboot 

reboot表示立即重启,效果等同于shutdown -r now
 

-h:停止系统服务并关机
-r: 停止系统服务后重启


shutdown -h now --立即关机
shutdown -h 10:53 --到10:53关机,如果该时间小于当前时间,则到隔天
shutdown -h +10 --10分钟后自动关机
shutdown -r now --立即重启
shutdown -r +30 'The System Will Reboot in 30 Mins' --30分钟后重启并并发送通知给其它在线用户

 

poweroff

poweroff表示立即关机,效果等同于shutdown -h now,在多用户模式下(Run Level 3)不建议使用。
 

halt

不理会目前系统状况下,进行硬件关机,一般不建议使用

相关文章:

  • 2022-02-02
  • 2021-08-30
  • 2021-07-29
  • 2021-06-04
  • 2021-07-24
  • 2021-08-02
猜你喜欢
  • 2021-04-14
  • 2021-12-17
  • 2021-12-16
  • 2021-11-22
相关资源
相似解决方案