cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ntpdate us.pool.ntp.org第二条命令需要root权限,否则
[Loyy@loyy etc]$ ntpdate us.pool.ntp.org
30 Aug 21:17:59 ntpdate[5094]: bind() fails: Permission denied
第一句,将我们的时区文件复制到系统位置,把当前时区调整为上海 就是+8区,
第二句,利用ntpdate同步标准时间.
其他时区也可以去看看/usr/share/zoneinfo目录;
如果 ntpdate 无法运行,那么需要 yum install -y ntpdate 安装一下服务