当前位置:   article > 正文

Linux命令(130)之hwclock

hwclock

linux命令之hwclock

1.hwclock介绍

linux命令hwclock是用来显示硬件时钟

2.hwclock用法

hwclock [参数]

hwclock参数
参数说明
-s让系统时间同步硬件时间
-w让硬件时间同步系统时间

3.实例

3.1.同步服务器时钟时间

命令:

ntpdate pool.ntp.org

  1. [root@rhel77 ~]# yum install ntpdate
  2. Loaded plugins: langpacks, product-id, search-disabled-repos, subscription-manager
  3. This system is not registered with an entitlement server. You can use subscription-manager to register.
  4. Package ntpdate-4.2.6p5-29.el7.x86_64 already installed and latest version
  5. Nothing to do
  6. [root@rhel77 ~]# ntpdate pool.ntp.org
  7. 21 Nov 08:56:14 ntpdate[3361]: adjust time server 202.118.1.130 offset -0.019736 sec
  8. [root@rhel77 ~]#

3.2.显示硬件时钟的时间

命令:

hwclock

  1. [root@rhel77 ~]# hwclock
  2. Tue 21 Nov 2023 08:56:34 AM CST -0.615450 seconds
  3. [root@rhel77 ~]#

3.3.让系统时间同步硬件时间

命令:

hwclock -s

  1. [root@rhel77 ~]# hwclock -s
  2. [root@rhel77 ~]#

3.4.让硬件时间同步系统时间

命令:

hwclock -w

  1. [root@rhel77 ~]# hwclock -w
  2. [root@rhel77 ~]#

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

闽ICP备14008679号