网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
Which of the following files should contain the statement "hosts=local, bind"?()
- A、/etc/hosts
- B、/etc/irs.conf
- C、/etc/netsvc.conf
- D、/etc/resolv.conf
参考答案
更多 “Which of the following files should contain the statement "hosts=local, bind"?()A、/etc/hostsB、/etc/irs.confC、/etc/netsvc.confD、/etc/resolv.conf” 相关考题
考题
WhichofthefollowingfilesshouldbeusedtoaltertheorderofwhichDNSserversgetqueriedfirst?()
A./etc/hostsB./etc/inetd.confC./etc/netsvc.confD./etc/resolv.conf
考题
Whichofthefollowingfilesshouldcontainthestatement"hosts=local,bind"?()
A./etc/hostsB./etc/irs.confC./etc/netsvc.confD./etc/resolv.conf
考题
The order of name resolution can be controlled. The default is: 1.BIND 2.NIS 3./etc/hosts To change the order of the above name resolutions, which of the following should be used?()A、nslookupB、hostnameC、/etc/netsvc.confD、/etc/host.equiv
考题
Which of the following files should be edited to disable remote machines from performing a "finger" on a system?()A、/etc/security/userB、/etc/servicesC、/etc/inetd.confD、/etc/hosts.equiv
考题
On a system wide basis, which of the following procedures is best to make NIS name resolution take precedence over DNS?()A、Remove the /etc/resolv.conf fileB、Unset the NSORDER environment variableC、Add the following line to /etc/netsvc.conf: hosts=nis,bind,localD、In a NIS and DNS environment, NIS takes precedence so there is nothing to change
考题
To disable all tcpip deamons that are not required on a server, which of the following files should be edited?()A、/etc/rc.nfsB、/etc/rc.tcpipC、/etc/rc.netD、/etc/inetd.conf
考题
Which of the following files should be edited so that tftpd is running with the -n option?()A、 etc/servicesB、/etc/inetd.confC、 /etc/tftpd.confD、 /etc/rc.net
考题
How should an administrator change the order in which host name lookup is performed so that it reads the host file before using DNS?() A、Edit the /etc/inetd.conf file so that it reads ’local, bind’.B、Edit the /etc/resolv.conf file so that it reads ’local, bind’.C、Edit the /etc/netsvc.conf file so that it reads ’local, bind’.D、Edit the /etc/nslookup.conf file so that it reads ’local, bind’.
考题
Which of the following local files is used to run the date command on the remote machine "Earth" using the following rexec command without request for a password? rexec Earth date()。A、~/ .rhostsB、$HOME/.netrcC、/etc/hosts.equivD、/etc/security/user
考题
Which of the following files contains the settings for the system’s DNS domain name and DNS servers?()A、/etc/hostsB、/etc/resolv.confC、/etc/netsvc.confD、/etc/named.boot
考题
The statement: "search austin.ibm.com raleigh.ibm.com" belongs in which of the following files?()A、/etc/hostsB、/etc/irs.hostsC、/etc/resolv.confD、/etc/netsvc.conf
考题
Given the following on a system that is not a name server, which will be the first area searched to resolve a host name to an IP address?() #cat /etc/resolv.conf domain abc.century.com nameserver 192.9.201.1 nameserver 192.9.201.2 #cat /etc/netsvc.conf hosts = bind,nis,local #echo $NSORDER local,bind A、 /etc/hosts on server 192.9.201.2B、 /etc/hosts on the local systemC、 /etc/named.rev on 192.9.201.1D、 /etc/netsvc.conf on the NIS server
考题
Which of the following files should be edited to enable SNMP?()A、/etc/rc.nfsB、/etc/rc.tcpipC、/etc/rc.netD、/etc/inetd.conf
考题
Which of the following files should be used to alter the order of which DNS servers get queried first?()A、/etc/hostsB、/etc/inetd.confC、/etc/netsvc.confD、/etc/resolv.conf
考题
单选题Which of the following files should contain the statement "hosts=local, bind"?()A
/etc/hostsB
/etc/irs.confC
/etc/netsvc.confD
/etc/resolv.conf
考题
单选题Which of the following files should be used to alter the order of which DNS servers get queried first?()A
/etc/hostsB
/etc/inetd.confC
/etc/netsvc.confD
/etc/resolv.conf
考题
单选题The statement: "search austin.ibm.com raleigh.ibm.com" belongs in which of the following files?()A
/etc/hostsB
/etc/irs.hostsC
/etc/resolv.confD
/etc/netsvc.conf
考题
单选题Which of the following files contains the settings for the system’s DNS domain name and DNS servers?()A
/etc/hostsB
/etc/resolv.confC
/etc/netsvc.confD
/etc/named.boot
考题
单选题On a system wide basis, which of the following procedures is best to make NIS name resolution take precedence over DNS?()A
Remove the /etc/resolv.conf fileB
Unset the NSORDER environment variableC
Add the following line to /etc/netsvc.conf: hosts=nis,bind,localD
In a NIS and DNS environment, NIS takes precedence so there is nothing to change
考题
单选题Which of the following local files is used to run the date command on the remote machine "Earth" using the following rexec command without request for a password? rexec Earth date()。A
~/ .rhostsB
$HOME/.netrcC
/etc/hosts.equivD
/etc/security/user
考题
单选题The order of name resolution can be controlled. The default is: 1.BIND 2.NIS 3./etc/hosts To change the order of the above name resolutions, which of the following should be used?()A
nslookupB
hostnameC
/etc/netsvc.confD
/etc/host.equiv
考题
单选题To enable the SNMP daemon during system startup, which of the following files should be modified?()A
/etc/rc.netB
/etc/rc.nfsC
/etc/rc.tcpipD
/etc/inetd.conf
考题
单选题Which of the following files should be edited to enable SNMP?()A
/etc/rc.nfsB
/etc/rc.tcpipC
/etc/rc.netD
/etc/inetd.conf
考题
单选题Which of the following files should be edited to disable remote machines from performing a "finger" on a system?()A
/etc/security/userB
/etc/servicesC
/etc/inetd.confD
/etc/hosts.equiv
考题
单选题Given the following on a system that is not a name server, which will be the first area searched to resolve a host name to an IP address?() #cat /etc/resolv.conf domain abc.century.com nameserver 192.9.201.1 nameserver 192.9.201.2 #cat /etc/netsvc.conf hosts = bind,nis,local #echo $NSORDER local,bindA
/etc/hosts on server 192.9.201.2B
/etc/hosts on the local systemC
/etc/named.rev on 192.9.201.1D
/etc/netsvc.conf on the NIS server
热门标签
最新试卷