赞
踩
有时候Linux系统时间可能存在错误或者有误差,这个时候就可以用ntpdate同步更新Linux系统时间。
(1)安装ntpdate
- [root@server01 ~]# ntpdate
- -bash: ntpdate: command not found
- [root@server01 ~]#
- [root@server01 ~]# yum -y install ntpdate
(2)用ntpdate命令,手动同步时间
- [root@server01 ~]# ntpdate ntp1.aliyun.com
- 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查看系统当前时间,软件时间
- [root@server01 ~]# date
- Fri Aug 6 14:38:54 CST 2021
(4)hwclock -r查看硬件时间,BIOS时间
- [root@server01 ~]# hwclock -r
- 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
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。