标签:date hpc alt cront ntp 时间 inf ntpd 更新
1. yum install -y ntpdate
2. cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
把当前时区调整为上海就是+8区
然后是利用ntpdate同步标准时间
3. 加入定时计划任务,每隔10分钟同步一下时钟
crontab -e
0-59/10 * * * * /usr/sbin/ntpdate us.pool.ntp.org | logger -t NTP
标签:date hpc alt cront ntp 时间 inf ntpd 更新
原文地址:https://www.cnblogs.com/digdeep/p/12238214.html