当前位置:   article > 正文

Linux ntpdate同步时间_ntpdate时间同步命令

ntpdate时间同步命令

背景:

有时候Linux系统时间可能存在错误或者有误差,这个时候就可以用ntpdate同步更新Linux系统时间。

步骤:

(1)安装ntpdate

  1. [root@server01 ~]# ntpdate
  2. -bash: ntpdate: command not found
  3. [root@server01 ~]#
  4. [root@server01 ~]# yum -y install ntpdate

(2)用ntpdate命令,手动同步时间

  1. [root@server01 ~]# ntpdate ntp1.aliyun.com
  2. 6 Aug 14:38:39 ntpdate[19389]: step time server 120.25.115.20 offset 0.813998 sec

ntp1.aliyun.com为阿里云提供的NTP时间服务器,即Internet时间同步服务器地址。

阿里云提供了7个NTP时间服务器:

ntp1.aliyun.com

ntp2.aliyun.com

ntp3.aliyun.com

ntp4.aliyun.com

ntp5.aliyun.com

ntp6.aliyun.com

ntp7.aliyun.com

NTP时间服务器也可参见阿里云官方地址:https://help.aliyun.com/document_detail/92704.html

(3)data查看系统当前时间,软件时间

  1. [root@server01 ~]# date
  2. Fri Aug 6 14:38:54 CST 2021

(4)hwclock -r查看硬件时间,BIOS时间

  1. [root@server01 ~]# hwclock -r
  2. Fri 06 Aug 2021 03:06:34 PM CST -1.008485 seconds

(5)hwclock -w将软件时间同步到硬件时间,防止系统重启后时间被还原

[root@server01 ~]# hwclock -w

或者也可以采用命令hwclock --systohc进行同步:

[root@server01 ~]# hwclock --systohc

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/凡人多烦事01/article/detail/305202
推荐阅读
相关标签
  

闽ICP备14008679号