Java321技术网

标题: CentOS自动同步时间 [打印本页]

作者: luozhangyou    时间: 2020-8-4 00:09
标题: CentOS自动同步时间
安装ntpdate
快捷更新:/usr/sbin/ntpdate stdtime.gov.hk
  1. yum install ntpdate -y
复制代码
测试是否正常

  1. ntpdate cn.ntp.org.cn

  2. # 正常情况
  3. [root@centos7 www]# ntpdate cn.ntp.org.cn
  4. 3 Mar 20:52:20 ntpdate[9748]: adjust time server 202.108.6.95 offset -0.017460 sec
复制代码
设置定时任务

  1. crontab -e
  2. 59 23 * * * ntpdate cn.ntp.org.cn
复制代码

NTP服务器列表





欢迎光临 Java321技术网 (https://java321.com/) Powered by Discuz! X3.3