1)删除本地时间并设置时区为上海

rm -rf /etc/localtime

ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

2)设置定时时间定时同步

         a. yum -y install ntpdate ntp            #安装ntp

         b. 设置定时同步计划任务

00 00 * * * ntpdate ntp.sjtu.edu.cn           #上海交通大学网络中心NTP服务器地址

 

PS:常用的时间同步服务器参考http://www.minunix.com/2013/03/ntpserver/

crotab执行的日志文件位置一般在/var/spool/cron/下

posted on 2016-07-07 16:47  Lorryrui  阅读(113)  评论(0编辑  收藏  举报