可以设计什么网站,注册企业管理咨询服务公司,湖南企业竞价优化,作业设计模板Centos 8 服务器时间校正
使用chrony服务自动同步时间#xff1a;
1.安装chrony#xff1a;
sudo dnf install chrony
2.启动并使chrony服务自动启动#xff1a;
sudo systemctl start chronyd
sudo systemctl enable chronyd
3.添加配置置文件/etc/chrony.conf指向了可靠…Centos 8 服务器时间校正
使用chrony服务自动同步时间
1.安装chrony
sudo dnf install chrony
2.启动并使chrony服务自动启动
sudo systemctl start chronyd
sudo systemctl enable chronyd
3.添加配置置文件/etc/chrony.conf指向了可靠的NTP服务器
vi /etc/chrony.conf
4.配置内容添加到文件末尾
server 0.centos.pool.ntp.org iburst
5.重启
sudo systemctl restart chronyd
6.检查时间同步状态
chronyc sources
7.检查时间
date