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

Posted digdeep

tags:

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

1. yum install -y ntpdate

2. cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

ntpdate us.pool.ntp.org 或
ntpdate time.windows.com

把当前时区调整为上海就是+8区

然后是利用ntpdate同步标准时间

3. 加入定时计划任务,每隔10分钟同步一下时钟

crontab -e
0-59/10 * * * * /usr/sbin/ntpdate us.pool.ntp.org | logger -t NTP

 

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

用ntpdate从时间服务器更新时间[Centos时间同步]

CentOS 7更新系统时间

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

Linux NTP时间同步全解析(CentOS7环境)

Linux NTP时间同步全解析(CentOS7环境)

centos 8.x系统配置chrony时间同步服务