sanshisiniao

shutdown -s -t 60 -f,s即shutdown的缩写,t即time的缩写,意思是60秒后无任何提示关机,如果60改为00,那就是立刻关机;

 

shutdown -r -t 60,r即restart的缩写,意思是60秒后重启;

shutdown -l -t 60,l即logout的缩写,意思是60秒后注销;

shutdown -h -t 60,h即hibernate的缩写,意思是60秒后休眠;

at 23:00 shutdown -s,意思是在23点的时候关机;

shutdown -a,a即all的缩写,意思是取消所有的shutdown命令,但是不能取消上一步的命令;

分类:

技术点:

相关文章:

  • 2021-12-12
  • 2022-12-23
  • 2021-05-29
  • 2021-11-09
  • 2021-12-08
  • 2021-08-15
  • 2021-12-12
猜你喜欢
  • 2021-11-16
  • 2021-09-21
  • 2021-11-14
  • 2022-12-23
  • 2021-12-20
  • 2022-12-23
  • 2022-02-05
相关资源
相似解决方案