centos 用ntpdate从时间服务器更新时间

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了centos 用ntpdate从时间服务器更新时间相关的知识,希望对你有一定的参考价值。

1安装ntp

yum install ntp

2同步时间
ntpdate time.nuri.net

推荐几个时间服务器。
asia.pool.ntp.org
asia.pool.ntp.org
asia.pool.ntp.org
asia.pool.ntp.org

3 加入定时任务
vim /etc/crontab 加入
/10 * * * * ntpdate time.nuri.net  //每隔十分钟同步一次


以上是关于centos 用ntpdate从时间服务器更新时间的主要内容,如果未能解决你的问题,请参考以下文章

centos7时间同步

centos 7.5 ntpdate同步更新时间

CentOS6.5下的时间同步ntpdate安装

Linux用ntpdate自动同步时间后使用crontab定时任务更新

使用ntp从时间同步服务器更新centos系统时间的方法

LINUX服务器同步时间