25.如果/etc/hosts.allow文

21 查阅

25.如果/etc/hosts.allow文件为空,那么/etc/hosts.deny文件中的什么条目可以禁止对所有使用TCPWrappers库的服务进行访问,但IP地址为192.168.122.130的系统除外?

参考答案:

如果/etc/hosts.allow文件为空,那么/etc/hosts.deny文件中的以下条目可以禁止除IP地址为192.168.122.130以外的系统对所有使用TCP Wrappers库的服务进行访问: ALL:ALL EXCEPT 192.168.122.130

文件