yum install ntp
systemctl enable ntpd
-g -x
参数,允许ntp服务在系统时间误差较大时也能正常工作vi /etc/sysconfig/ntpd
service ntpd restart
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
执行
date
命令即可。
Talk is cheap, show me the code!
多说无用,给我看你的行动。
——林纳斯·托瓦兹
原文:http://www.cnblogs.com/fanlinglong/p/6363031.html