ntp时间服务器


1、阿里云提供了7个NTP时间服务器也就是Internet时间同步服务器地址
服务安装  yum install -y ntpdate
#ntpdate
ntp1.aliyun.com
ntp2.aliyun.com
ntp3.aliyun.com
ntp4.aliyun.com
ntp5.aliyun.com
ntp6.aliyun.com
ntp7.aliyun.com
腾讯云时间服务器
ntpupdate.tencentyun.com
--------------------------------------------
2、本地服务器做时间服务器
服务安装 yum install -y ntp ntpdate
#systemctl start ntpd //开启ntp服务
#systemctl enable ntpd //开机启动
设置定时任务,定时同步阿里云时间
crontab -e
ntpdate ntp1.aliyun.com