Mar172014
Linux 查看关机重启记录
网络上搜集了一下。各式各样。
仅供参考。
一、在/var/log/messages日志中查询reboot
[root@RHEL4 log]# grep reboot /var/log/messages
Nov 1 00:12:44 RHEL4 shutdown: shutting down for system reboot
Nov 1 01:46:02 RHEL4 shutdown: shutting down for system reboot
Nov 1 11:33:48 RHEL4 shutdown: shutting down for system reboot
二、last命令
last | grep reboot
last | grep shutdown
点评:last更多的应该是显示 最后登录用户等信息。所以此条方法可能不适用。
三、在/var/log/boot.log
ll /var/log/bo*
四、last reboot | less
五、$who -b
本文固定链接: https://iplaylinux.com/check-linux-host-shutdown-reboot-history.html | Linux玩家