摘要: 安装,启动ntp,并设置为开机自启动 yum -y install ntp systemctl start ntpd systemctl enable ntpd 配置计划任务,使用ntpdate同步时间 # 启动并开机启动计划任务cron systemctl start crond systemct 阅读全文
posted @ 2020-11-04 16:31 hanjianfei 阅读(611) 评论(0) 推荐(0)