Linux host time synchronization

Linux host time synchronization

Install ntpdate

yum -y install ntpdate

Configure synchronization time period + time source

crontab -e
0 */1 * * * ntpdate time1.aliyun.com

Guess you like

Origin blog.csdn.net/Asia1752/article/details/110562954