第1题:
A、提供主机名到IP地址的转换
B、提供网络中所有主机的名字
C、提供所有网络协议的内容
D、提供网络可用的服务列表
第2题:
在FTP软件的主配置文件中,若要在/etc/hosts.allow和/etc/hosts.deny中定义可联机或是拒绝的来源地址,则需要修改tcp_wrappers=NO。
此题为判断题(对,错)。
第3题:
若Linux用户需要将FTP默认的21号端口修改为8800,可以修改(33)配置文件。
A./etc/vsftpd/userconf
B./etc/vsftpd/vsftpd.conf
C./etc/resolv.conf
D./etc/hosts
第4题:
A./etc/.rhostsand$HOME/hosts.equiv
B./etc/hosts.equivand$HOME/.rhosts
C./etc/rhosts.equivand$HOST/.rhosts
D./etc/hosts.equivand$HOME/.hosts.equiv
第5题:
Linux系统可以通过手工编辑配置文件达到对系统进行配置的目的,例如将/etc/inted.conf文件中“#FTP Stream TCP nowait root/usr/sbin/tcpd in.ftpd -1 -a”前的“#”去掉就可以开启FTP服务。修改(56)文件可对允许访问FTP服务的主机范围进行限制。
A./etc/access.conf
B./etc/host.conf
C./etc/inted.conf
D./etc/hosts.allow
第6题:
在Linux中,DNS服务器的主配置文件是______。
A./etc/resolv.conf
B./etc/hosts.conf
C./etc/named.boot
D./etc/named.conf
第7题:
Samba使用/etc/samba/smb.conf作为它的配置文件。在smb.conf配置文件中,“hosts allow=172.16.100.0 172.16.200.3172.16.1.1”语句用于设置(4)。
第8题:
Which UNIX command creates a symbolic link named myfile in the current directory to the file/etc/hosts?
A.In -s/etc/hosts myfile
B.In -s myfile/etc/hosts
C.link -s/etc/hosts myfile
D.link -s myfile/etc/hosts
第9题:
A./etc/security/user
B./etc/services
C./etc/inetd.conf
D./etc/hosts.equiv
第10题:
TCPWrappers是保护网络服务的应用使用两个文件:/etc/hosts.allow和/etc/hosts.deny()。