centos7 系统时钟同步

1、安装ntpdate工具

yum -y install ntp ntpdate

2、同步网络时钟

ntpdate 0.asia.pool.ntp.org

3、写入硬件时间,防止重启导致时钟被重置

hwclock --systohc

4、若发现时间少12小时,则进行如下操作即可

 

5、备份/etc/localtime

mv /etc/localtime /etc/localtime.bak

6、挂载链接到/etc/localtime

ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

7、再次查看时间,发现时间已经成功同步

 

posted @ 2023-02-04 21:59  Steven-Russell  阅读(104)  评论(0编辑  收藏  举报  来源