Linux / Unix系统保留先前重新启动的详细信息。您可能还需要知道系统最后重新启动的时间。
检查上次重新启动
大多数Linux / Unix系统提供最后一个命令,它提供了上次登录和系统重新启动的历史记录。从终端运行上次重新启动命令,您将获得上次重新启动的详细信息。
$ last reboot
reboot system boot 2.6.18-92.el5 Sat Feb 11 12:00 (12+22:51)
reboot system boot 2.6.18-92.el5 Sun Feb 5 12:57 (5+21:17)
reboot system boot 2.6.18-92.el5 Sat Jan 28 15:58 (13+18:16)
reboot system boot 2.6.18-92.el5 Thu Jan 26 17:15 (15+17:00)
reboot system boot 2.6.18-92.el5 Mon Jan 9 13:40 (32+20:35)
reboot system boot 2.6.18-92.el5 Sun Jan 8 15:50 (33+18:24)
reboot system boot 2.6.18-92.el5 Sat Dec 24 12:58 (48+21:17)
以上输出显示系统上次重新启动于2月11日中午12:00。
检查系统正常运行时间
此外,您还可以使用uptime命令查找上次引导的系统正常运行时间。只需打开您的系统上的终端,键入
正常运行时间 ,然后按Enter键。
$ uptime
10:57:54 up 12 days, 22:57, 2 users, load average: 0.00, 0.00, 0.00
根据上述输出,系统运行时间为12天,22小时和57分钟。