date 服务器时间
date 服务器时间
date 服务器时间

修改服务器时间

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
修改服务器时钟,找到其他机器使用的时钟服务器
1、 修改vi /etc/chrony.conf
server 10.10.20.09 iburst
server 10.10.20.200 iburst

2、重启服务,设置为自启动
sudo systemctl restart chronyd
systemctl enable chronyd

3、设置时区
timedatectl list-timezones
timedatectl set-timezone Asia/Shanghai

4、 同步查看
chronyc -a makestep

5、查看时间
chronyc sources -v
chronyc tracking
timedatectl status

使用dete查看

1
2
[home]# date
2024年 05月 20日 星期一 06:24:38 CST

底部

没有了