美文网首页1024
Linux同步网络时间

Linux同步网络时间

作者: 桜花約束 | 来源:发表于2017-10-28 21:12 被阅读0次

    ntpdate -u ntp.api.bz(同步时间)

    ntp常用服务器:

    中国国家授时中心:210.72.145.44
    NTP服务器(上海) :ntp.api.bz
    美国: time.nist.gov
    复旦: ntp.fudan.edu.cn
    微软公司授时主机(美国) :time.windows.com
    北京邮电大学 : s1a.time.edu.cn
    清华大学 : s1b.time.edu.cn
    北京大学 : s1c.time.edu.cn
    台警大授时中心(台湾):asia.pool.ntp.org

    相关拓展:
    • date '+%Y%M%D' 按照格式显示当前日期,结果如下:
      [root@node~]# date "+%Y-%m-%d %H:%M:%S"2016-08-16 20:01:25

    • date -s "xxx xx:xx:xx" 设置系统时间

    • 时间同步服务器
      [root@node~]# ntpdate -u ntp.api.bz29 Apr 15:26:27 ntpdate[2667]: step time server 61.153.197.226 offset -311.570389 sec

    • 将系统时间写入硬件 查看硬件时间hwclock 同步系统时间clock -w
      [root@node~]# hwclock Tue 16 Aug 2016 08:09:24 PM CST -0.456264 seconds
      [root@node~]# hwclock -w[root@LAMP ~]# hwclock Fri 19 Aug 2016 12:24:08 AM CST -0.986792 seconds

    相关文章

      网友评论

        本文标题:Linux同步网络时间

        本文链接:https://www.haomeiwen.com/subject/mhtepxtx.html