1.linux30个常用快捷键linux常用命令行
linux常用命令行
2.linux命令查看帮助

①man 命令 

例如:man shutdown

linux常用命令行

②命令 --help

例如:cd --help

3.linux重启关机命令(在root用户权限下:在普通用户模式下输入sudo -su 系统会要求输入密码,之后进入root模式。若想退出root,则输入exit命令)

shutdown -r now(立即重启系统)

shutdown -h now(立即关机)

shutdown -h +1(1分钟后关机)

shutdown -h 11:00(11:00整关机)


相关文章:

  • 2021-10-31
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2021-06-05
  • 2021-05-25
猜你喜欢
  • 2021-12-31
  • 2022-12-23
  • 2021-06-13
  • 2022-12-23
相关资源
相似解决方案