当前位置: 代码迷 >> 综合 >> 关机 (系统的关机、重启以及登出 )
  详细解决方案

关机 (系统的关机、重启以及登出 )

热度:54   发布时间:2023-09-27 18:58:34.0

关机 (系统的关机、重启以及登出 ) 
shutdown -h now 关闭系统
init 0 关闭系统
telinit 0 关闭系统
shutdown -h hours:minutes & 按预定时间关闭系统 
shutdown -c 取消按预定时间关闭系统 
shutdown -r now 重启
reboot 重启
logout 注销 

  相关解决方案