目录

linux¢os时间同步

目录

../../images/weixin_public.png

时间同步相关命令Centos

1
2
3
4
5
6
7
8
sudo systemctl start ntpd     #启动时间同步程序
sudo systemctl enable ntpd  #允许时间同步程序开机启动

sudo timedatectl set-ntp yes

client
systemctl restart ntpd
systemctl enable ntpd.service