1、yum 安装
[root@localhost ~]# yum install ntp ntpdate -y
[root@localhost ~]# systemctl start ntpd.service
2、客户端
[root@localhost ~]# ntpdate *.*.*.*
ntpdate *.*.*.* #ntp服务器的IP地址
2022-07-10 12:06:29
1、yum 安装
[root@localhost ~]# yum install ntp ntpdate -y
[root@localhost ~]# systemctl start ntpd.service
2、客户端
[root@localhost ~]# ntpdate *.*.*.*
ntpdate *.*.*.* #ntp服务器的IP地址
下一篇:shell对比用=时 记得加空格