Linux中的关机操作

 

Linux中的关机操作

 

Linux中的关机操作

 

 Linux中的关机操作

shutdown -h now //马上停止服务进行关机

shutdown -h  12:00 、//在12点后进行关机

shutdown -h +10   //在10分钟后进行关机

shutdown -r  now   //马上关闭服务并重启

 shutdown -r +30 'the system will reboot'  // 提醒用户30分钟进行重启     系统30分钟后进行重启

shutdown -k +30 'the system will reboot' //提醒用户30分钟后进行系统重启不是真的重启。

 

 

相关文章:

  • 2021-09-26
  • 2022-12-23
  • 2021-12-11
  • 2021-05-26
  • 2021-09-12
  • 2021-05-18
  • 2021-09-12
  • 2021-08-04
猜你喜欢
  • 2022-12-23
  • 2022-02-15
  • 2021-12-19
  • 2021-12-03
  • 2022-01-15
  • 2021-04-14
  • 2021-06-09
相关资源
相似解决方案