查看bios时间与系统时间:
[root@www ~]# hwclock
2006年10月20日 星期五 12时59分22秒 -0.072772 seconds
[root@www ~]# date
五 10月 20 13:40:02 CST 2006
与时间服务器同步:
[root@www ~]# ntpdate ntp1.nl.net
20 Oct 13:37:59 ntpdate[19710]: step time server 193.79.237.14 offset 2477.923156 sec
[root@www ~]# date
五 10月 20 13:40:08 CST 2006
写入bios
[root@www ~]# hwclock -w
最后加入计划任务,每天9:10分定时执行
[root@www ~]# crontab -e
10 9 * * * root /usr/sbin/ntpdate ntp1.nl.net ; /sbin/hwclock -w
阅读(685) | 评论(0) | 转发(0) |