问答题
配置服务在系统引导时启动 什么命令可以确保Apache Web服务器仅在运行级别3下启动?
【正确答案】
配置服务在系统引导时启动 需要两条命令来确保Apache Web服务器仅在运行级别3下启动(用于配置Apache仅在运行级别3下启动的命令的各种变体也是可接受的答案): # chkconfig httpd off # chkconfig --level 3 httpd on
【答案解析】
提交答案
关闭