Linux入门系列(番外篇)测试题

就### 测试题 [toc] 1.在当前主机上进行时间同步 $yum -y install ntp //yum 安装 NTP服务器 $systemctl enable ntpd //设置开机自启 $systemctl start ntpd //启动ntp服务 $