跳转到内容

ZczBlog

  • 首页
  • 前端
    • HTML
    • CSS
    • JavaScript
    • jQuery
  • Linux系统
    • Linux
    • Ubuntu/debian
  • 数据库
    • MySQL
    • NoSQL
  • PHP
  • 其他

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

  • 发表于: 2018年8月15日 2019年1月31日
  • 分类: Linux

1
2
3
4
5
6
7
8
shutdown -h now 关闭系统(1)
init 0 关闭系统(2)
telinit 0 关闭系统(3)
shutdown -h hours:minutes& 按预定时间关闭系统
shutdown -c 取消按预定时间关闭系统
shutdown -r now 重启(1)
reboot 重启(2)
logout 注销

 

文章导航

前一页 上一篇: Linux展示目录列表命令ls(list)
后一页 下一篇: Ubuntu调整桌面图标显示位置

张 存志

159RSS订阅

© 2025  ZczBlog.                        豫ICP备18029062号