Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4603097
  • 博文数量: 385
  • 博客积分: 21208
  • 博客等级: 上将
  • 技术积分: 4393
  • 用 户 组: 普通用户
  • 注册时间: 2006-09-30 13:40
文章分类

全部博文(385)

文章存档

2015年(1)

2014年(3)

2012年(16)

2011年(42)

2010年(1)

2009年(2)

2008年(34)

2007年(188)

2006年(110)

分类: 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 中显示的时间也是相等的,但不准确。






阅读(1746) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~