linux查看系统的重启时间

时间:2023-02-06 11:15:06

执行 last rebbot 命令查看

[root@localhost log]# last reboot

reboot   system boot  2.6.32-279.el6.x Mon Apr 27 19:53 - 11:49 (2+15:56)
reboot   system boot  2.6.32-279.el6.x Mon Apr 20 09:50 - 11:49 (10+01:59)
reboot   system boot  2.6.32-279.el6.x Tue Mar 10 10:51 - 11:49 (51+00:58)
reboot   system boot  2.6.32-279.el6.x Tue Oct 21 16:03 - 11:49 (190+19:46)
reboot   system boot  2.6.32-279.el6.x Wed Oct 15 10:48 - 16:03 (6+05:14)


执行结果解释:

reboot   system boot  2.6.32-279.el6.x Mon Apr 27 19:53 - 11:49 (2+15:56)

Apr 27 19:53      表示发生系统重启时间

11:49      表示现在的时刻

(2+15:56)     表示距离上次启动实现已经过去了2天15小时56分钟

2     表示两天

15:56     表示多少小时分钟