单选题How should an administrator change the order in which host name lookup is performed so that it reads the host file before using DNS?()AEdit the /etc/inetd.conf file so that it reads ’local, bind’.BEdit the /etc/resolv.conf file so that it reads ’local, bind’.CEdit the /etc/netsvc.conf file so that it reads ’local, bind’.DEdit the /etc/nslookup.conf file so that it reads ’local, bind’.

单选题
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’.


参考解析

解析: 暂无解析

相关考题:

How should a DNS client be configured?() A.Edit the /etc/netsvc.conf file to have a nameserver and a domain search order.B.Edit the /etc/resolv.conf file to have a nameserver and a domain search order.C.Edit the /etc/resolv.conf file to have a nameserver, domain, and domain search order.D.Edit the /etc/netsvc.conf file to have a nameserver, domain, and domain search order.

What should an administrator do to allow the logon of a user to a local system without limitations from the host‘webserver’?()A、configure the /etc/.rhosts with:webserverB、configure the root’$HOME/.rhost file with:+webserverC、configure each user’s $HOME/.rhosts file with:webserverD、configure the root’$HOME/.rhost file with:webserver

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

A user can ping everything on the local network earth.net from an AIX box (which is located on earth.net). However, if the user tries to ping something on another network (mars.net) the user must type the fully qualified hostname. What can the user do so that the fully qualified hostname does not have to be typed every time the user wants to access ANY machine on mars.net?()A、Edit the /etc/hosts file and add an alias to the correct entryB、Set up an alias in his .kshrc file to alias the hostname to the fully qualified hostnameC、Add an alias to /etc/aliasesD、Add mars.net to the search path of the resolv.conf file

The order of name resolution can be controlled.   The default is:   1.DNS/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/host.equivD、environment variable NSORDER

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

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 procedures best explains how to enable the NIS name resolution to take precedence over DNS on a system-wide basis?()A、 Add the following line to /etc/netsvc.conf: hosts = nis,bind,local B、 edit /etc/netsvc.conf to add the following: process /full/path/of/process /{ hosts = local,nis,dns} C、 In an NIS and DNS environment, NIS takes precedence over DNS in this environment resulting in no change D、 Change the NSORDER environment variable

What should an administrator do to allow the logon of a user to a local system without limitations from the host ‘webserver’?()A、configure the /etc/.rhosts with. webserver userB、configure the root'$HOME/.rhost file with.+webserver userC、configure each user's $HOME/.rhosts file with. webserver userD、configure the root'$HOME/.rhost file with.webserver ip user

What should an administrator do to allow the logon of a user to a local system without limitations from the host ’webserver’?()  A、configure the /etc/.rhosts withweb:serverB、configure the root’$HOME/.rhost file with:+webserver C、configure each user’s $HOME/.rhosts file with:webserver D、configure the root’$HOME/.rhost file with:

An administrator needs to change a system’s run level from level 2 to level 3. What is the appropriate  method to accomplish this()A、Use the reboot command.B、Edit the /etc/reboot file and reboot the system.C、Edit /etc/.init.state file and reboot the system.D、Use the telinit command

A system administrator would like to modify the system default user characteristics so that each new user will now be assigned (by default) the csh shell rather than the ksh shell. Which of the following actions should be performed?()A、Run the command chlogin -shell "csh"B、Run the command mkuser -default "SHELL=csh"C、Edit /etc/passwd and change all "ksh" entries to "csh"D、Modify the contents of /usr/lib/security/mkuser.default file

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

You enable block change tracking. You issue the following command: BACKUP INCREMENTAL LEVEL 0 DATABASE; The next day, you issue the following command: BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE; Which statement about the use of the change tracking file is true?()A、RMAN reads the block change tracking file only when it performs the incremental level 0 backup.B、RMAN reads the block change tracking file when it performs both incremental backups.C、RMAN reads the block change tracking file only when it performs the incremental level 1 backup.D、RMAN does not read the block change tracking file when it performs either incremental backup.

Which of the following is TRUE about error processing?()A、The error daemon runs in the foreground and reads the /etc/errpt file. B、The error daemon is invoked by the user when required and it reads the /usr/lib/errpt. C、The error daemon is invoked whenever the error occurs and it reads the /usr/lib/errpt. D、The error daemon /usr/lib/errdemon runs in the background on most machines and reads the /dev/error special file.

单选题Which of the following procedures best explains how to enable the NIS name resolution to take precedence over DNS on a system-wide basis?()A Add the following line to /etc/netsvc.conf: hosts = nis,bind,local B edit /etc/netsvc.conf to add the following: process /full/path/of/process /{ hosts = local,nis,dns} C In an NIS and DNS environment, NIS takes precedence over DNS in this environment resulting in no change D Change the NSORDER environment variable

单选题On a system wide basis, which of the following procedures is best to make NIS name resolution take precedence over DNS?()ARemove the /etc/resolv.conf fileBUnset the NSORDER environment variableCAdd the following line to /etc/netsvc.conf: hosts=nis,bind,localDIn a NIS and DNS environment, NIS takes precedence so there is nothing to change

单选题The order of name resolution can be controlled.   The default is:   1.DNS/BIND   2.NIS  3./etc/hosts   To change the order of the above name resolutions, which of the following should be used?()AnslookupBhostnameC/etc/host.equivDenvironment variable NSORDER

单选题How should a DNS client be configured?()AEdit the /etc/netsvc.conf file to have a nameserver and a domain search order.BEdit the /etc/resolv.conf file to have a nameserver and a domain search order.CEdit the /etc/resolv.conf file to have a nameserver, domain, and domain search order. DEdit the /etc/netsvc.conf file to have a nameserver, domain, and domain search order.

单选题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?()AnslookupBhostnameC/etc/netsvc.confD/etc/host.equiv

单选题What should an administrator do to allow the logon of a user to a local system without limitations from the host ’webserver’?()Aconfigure the /etc/.rhosts withweb:serverBconfigure the root’$HOME/.rhost file with:+webserver Cconfigure each user’s $HOME/.rhosts file with:webserver Dconfigure the root’$HOME/.rhost file with:

单选题What should an administrator do to allow the logon of a user to a local system without limitations from the host ‘webserver’?()Aconfigure the /etc/.rhosts with. webserver userBconfigure the root'$HOME/.rhost file with.+webserver userCconfigure each user's $HOME/.rhosts file with. webserver userDconfigure the root'$HOME/.rhost file with.webserver ip user

单选题You enable block change tracking. You issue the following command: BACKUP INCREMENTAL LEVEL 0 DATABASE; The next day, you issue the following command: BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE; Which statement about the use of the change tracking file is true?()ARMAN reads the block change tracking file only when it performs the incremental level 0 backup.BRMAN reads the block change tracking file when it performs both incremental backups.CRMAN reads the block change tracking file only when it performs the incremental level 1 backup.DRMAN does not read the block change tracking file when it performs either incremental backup.

单选题What should an administrator do to allow the logon of a user to a local system without limitations from the host‘webserver’?()Aconfigure the /etc/.rhosts with:webserverBconfigure the root’$HOME/.rhost file with:+webserverCconfigure each user’s $HOME/.rhosts file with:webserverDconfigure the root’$HOME/.rhost file with:webserver

单选题You enable block change tracking. You issue the following command:   BACKUP INCREMENTAL LEVEL 0 DATABASE;   The next day,you issue the following command:   BACKUP INCREMENTAL LEVEL 1 CUMULATIVE DATABASE;   Which statement about the use of the change tracking file is true?()A RMAN reads the block change tracking file only when it performs the incremental level 0 backup.B RMAN reads the block change tracking file when it performs both incremental backups.C RMAN reads the block change tracking file only when it performs the incremental level 1 backup.D RMAN does not read the block change tracking file when it performs either incremental backup.

单选题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

单选题Which of the following is TRUE about error processing?()AThe error daemon runs in the foreground and reads the /etc/errpt file. BThe error daemon is invoked by the user when required and it reads the /usr/lib/errpt. CThe error daemon is invoked whenever the error occurs and it reads the /usr/lib/errpt. DThe error daemon /usr/lib/errdemon runs in the background on most machines and reads the /dev/error special file.