1若未安装ntpdate命令,由以下命令进行安装:
[root@localhost ~]# yum install -y ntpdate
2.CentOS7系统使用NTP协议,从一个时间服务器同步标准时间:
[root@localhost ~]# ntpdate us.pool.ntp.org
3.把当前时区调整为上海的东+8区,若想改成其他时区可以去/usr/share/zoneinfo目录下查找相应文件
ln -sf /usr/share/zoneinfo/Asia/Shanghai/etc/localtime // 修正时区
或者
[root@localhost ~]# cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime