CentOS7同步网络时间

yum -y install ntp ntpdate

# 选择time.nist.gov、time.nuri.net、0.asia.pool.ntp.org、1.asia.pool.ntp.org、2.asia.pool.ntp.org、3.asia.pool.ntp.org中任意一个即可
ntpdate 0.asia.pool.ntp.org

# 将系统时间写入硬件时间
hwclock --systohc