安装NTP校时包
yum install -y ntp
校时命令:
ntpdate cn.pool.ntp.org
注:cn.pool.ntp.org是ntp网络授时组织的中国授时源
每天0点间自动校时,将命令加入Cron:
0 0 * * * ntpdate cn.pool.ntp.org
IT技术笔记
安装NTP校时包
yum install -y ntp
校时命令:
ntpdate cn.pool.ntp.org
注:cn.pool.ntp.org是ntp网络授时组织的中国授时源
每天0点间自动校时,将命令加入Cron:
0 0 * * * ntpdate cn.pool.ntp.org