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

时间同步

程序员文章站 2022-05-31 09:29:26
...

1、安装ntpdate

yum install ntpdate

2、同步时间

ntpdate -u ntp.api.bz

3、同步系统硬件时间

hwclock -w

4、设置时间同步定时任务

crontab -e

每小时同步虚拟机时间和硬件时间

# crontab -e 命令后编辑如下
* */1 * * * ntpdate ntp.api.bz hwclock -w

5、查看时间

hwclock

时间同步

相关标签: Linux linux

上一篇: 时间同步

下一篇: 时间同步