欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

使用ntpdate工具校正linux服务器时间(实现方法)

程序员文章站 2022-04-25 17:01:11
当linux服务器的时间不对的时候,可以使用ntpdate工具来校正时间。 安装:yum install ntpdate ntpdate简单用法: # ntpdate...

当linux服务器的时间不对的时候,可以使用ntpdate工具来校正时间。

安装:yum install ntpdate

ntpdate简单用法:

# ntpdate ip

# ntpdate 210.72.145.44

以下是一些可用的ntp服务器地址:

name

ip location
210.72.145.44 210.72.145.44 中国(国家授时中心)
133.100.11.8 133.100.11.8 日本(福冈大学)
time-a.nist.gov 129.6.15.28 nist,gaithersburg,maryland
time-b.nist.gov 129.6.15.29 nist,gaithersburg,maryland
time-a.timefreq.bldrdoc.gov 132.163.4.101 nist,boulder,colorado
time-b.timefreq.bldrdoc.gov 132.163.4.102 nist,boulder,colorado
time-c.timefreq.bldrdoc.gov 132.163.4.103 nist,boulder,colorado
utcnist.colorado.edu 128.138.140.44 universityofcolorado,boulder
time.nist.gov 192.43.244.18 ncar,boulder,colorado
time-nw.nist.gov 131.107.1.10 microsoft,redmond,washington
nist1.symmetricom.com 69.25.96.13 symmetricom,sanjose,california
nist1-dc.glassey.com 216.200.93.8 abovenet,virginia
nist1-ny.glassey.com 208.184.49.9 abovenet,newyorkcity
nist1-sj.glassey.com 207.126.98.204 abovenet,sanjose,california
nist1.aol-ca.truetime.com 207.200.81.113 truetime,aolfacility,sunnyvale,california
nist1.aol-va.truetime.com 64.236.96.53 truetime,aolfacility,virginia

以上这篇使用ntpdate工具校正linux服务器时间(实现方法)就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。