问答题
什么命令确保Network Time Protocol(网络时间协议)服务ntpd仅在运行级别5下启动?
【正确答案】
需要运行至少两条命令来确保Network Time Protocol服务ntpd仅在运行级别5下启动。以下两条命令完成该任务: # chkconfig --level 234 ntpd off # chkconfig --level 5 ntpd on 其他命令也是可接受的,其结果可以使用chkconfig --list nqod命令进行确认。
【答案解析】
提交答案
关闭