ZDreamST 2012-02-17
先查询是否安装了NTP软件
[root@nn0001 ~]# rpm -qa|grep ntp
chkfontpath-1.10.1-1.1ntp-4.2.2p1-15.el5.centos.1
[root@nn0001 ~]# yum install ntp
ntpdate 210.72.145.44
或者
ntpdate ntp.fudan.edu.cn
前者是国家授时中心官方服务器,后者是复旦大学网络中心提供的NTP服务器
[root@nn0001 ~]# crontab -e
0 */2 * * * /usr/sbin/ntpdate 210.72.145.44
表示每两个小时同步一次
[root@nn0001 ~]# /etc/init.d/crond restart
[root@nn0001 ~]# crontab -l