Linux常用命令
时间:2021-05-15 12:27:15
收藏:0
阅读:14
关机
h代表shutdown?关机
立刻关机:shutdown -h now 或者 poweroff
5分钟后关机:shutdown -h 5
重启
r代表reboot?重启
立刻重启:shutdown -r now 或者 reboot
5分钟后重启:shutdown -r 5
学习参考地址
https://blog.csdn.net/qq_23329167/article/details/83856430/
原文:https://www.cnblogs.com/DLYQY/p/14770527.html
评论(0)