Linux下如何查看上次系统启动时间
who -b 查看最后一次(上次)系统启动时间
[root@localhost /]# who -b
系统引导 2023-02-02 15:57
last reboot 查看重启记录
[root@localhost /]# last reboot
reboot system boot 3.10.0-862.el7.x Thu Feb 2 15:57 - 13:46 (20+21:48)
reboot system boot 3.10.0-862.el7.x Wed Feb 23 10:45 - 13:46 (365+03:01)
wtmp begins Wed Feb 23 10:45:13 2022
标签:13,系统启动,Feb,查看,reboot,Linux,上次
From: https://www.cnblogs.com/crly-shell/p/17147676.html