摘要: 1.设置系统时间为中国时区并启用NTP同步 yum install ntp //安装ntp服务 systemctl enable ntpd //开机启动服务 systemctl start ntpd //启动服务 timedatectl set-timezone Asia/Shanghai //更改 阅读全文
posted @ 2019-01-22 15:54 奔跑的鸵鸟2018 阅读(721) 评论(0) 推荐(0) 编辑