CentOS8时间同步
安装
1 | yum install -y chrony |
使用
配置
1 | vim /etc/chrony.conf |
末尾添加:
1 | server s1a.time.edu.cn iburst |
设置时区
1 | timedatectl set-timezone Asia/Shanghai |
同步
1 | timedatectl set-ntp true |
启动
1 | systemctl enable chronyd |
查看是否同步成功
1 | # date |
CentOS8时间同步
1 | yum install -y chrony |
1 | vim /etc/chrony.conf |
末尾添加:
1 | server s1a.time.edu.cn iburst |
1 | timedatectl set-timezone Asia/Shanghai |
1 | timedatectl set-ntp true |
1 | systemctl enable chronyd |
1 | # date |
CentOS8时间同步