CentOS系统时间同步的步骤如下:
1、下载ntpdate
注:有些版本是没有自带ntpdate,因此需要下载
yum install -y ntpdate
2、调整时区为上海,也就是北京时间+8区
注:想改其他时区也可以去看看/usr/share/zoneinfo目录
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
yes | cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
3、使用NTP来同步时间
ntpdate us.pool.ntp.org
4、定时同步时间(每隔10分钟同步时钟)