ntp时间同步
摘要:
1、检查系统是否安装了NTP包(linux系统一般自带NTP4.2)没有安装我们直接使用yum命令在线安装:yum install ntp systemctl enable ntpd 开机启动ntp systemctl start ntpd 启动服务 systemctl stop ntpd 停止服务 阅读全文
posted @ 2023-09-14 19:57 yipianchuyun 阅读(140) 评论(0) 推荐(0) 编辑