全部博文(385)
分类: LINUX
2011-10-12 19:27:43
当前系统时间
SLES11:/etc/rc.d/boot.d # date
Wed Oct 12 19:30:12 CST 2011
想要知道系统的启动时间,用了如下四种方法:
1. uptime
SLES11:/etc/rc.d/boot.d # uptime
7:25pm up 1:36, 3 users, load average: 0.09, 0.12, 0.09
2. /var/log/messages中sysng-ng starting 中的时间
3.
SLES11:/etc/rc.d/boot.d # who -b
system boot Oct 13 01:49
4.
SLES11:/etc/rc.d/boot.d # last reboot
reboot system boot 2.6.27.19-5-xen Thu Oct 13 01:49 (-6:-27)
reboot system boot 2.6.27.19-5-xen Wed Oct 12 15:27 (-1:-4)
reboot system boot 2.6.27.19-5-xen Wed Oct 12 04:06 (-4:-58)
reboot system boot 2.6.27.19-5-xen Wed Oct 12 02:39 (-7:-54)
reboot system boot 2.6.27.19-5-xen Tue Oct 11 23:42 (-4:-57)
reboot system boot 2.6.27.19-5-xen Mon Oct 10 16:23 (-7:-57)
reboot system boot 2.6.27.19-5-xen Sun Oct 9 23:59 (-1:-51)
reboot system boot 2.6.27.19-5-xen Sun Oct 9 15:34 (-3:-19)
发现1,和2 是相等的,也是准确的。
3和4 中显示的时间也是相等的,但不准确。