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

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


参考解析

解析: 暂无解析

相关考题:

OnAIXsystems,whereDNSresolutiontakesprecedenceoverNIS,aparticularprocessneedstoresolvenamesusing/etc/hostsfirst.Whichofthefollowingprocessesisthebestwaytoaccomplishthiswithoutaffectingtherestofthesystem’snameresolution?()A.SettheNSORDERenvironmentalvariableoftheenvironmentwhichinvokestheprocessto:NSORDER=local,nis,bindB.SettheNSORDERenvironmentalvariableoftheenvironmentwhichinvokestheprocessto:NSORDER=hosts=auth,nis,bindC.Edit/etc/netsvc.conftoaddalinesimilartothefollowing:process/full/path/of/process{hosts=local,nis,dns}D.UnsetNSORDERenvironmentvariableoftheenvironmentwhichinvokestheprocess

Onasystemwidebasis,whichofthefollowingproceduresisbesttomakeNISnameresolutiontakeprecedenceoverDNS?() A.Removethe/etc/resolv.conffileB.UnsettheNSORDERenvironmentvariableC.Addthefollowinglineto/etc/netsvc.conf:hosts=nis,bind,localD.InaNISandDNSenvironment,NIStakesprecedencesothereisnothingtochange

Theorderofnameresolutioncanbecontrolled.Thedefaultis:1.DNS/BIND2.NIS3./etc/hostsTochangetheorderoftheabovenameresolutions,whichofthefollowingshouldbeused?() A.nslookupB.hostnameC./etc/host.equivD.environmentvariableNSORDER

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.

WhichofthefollowingproceduresbestexplainshowtoenabletheNISnameresolutiontotakeprecedenceoverDNSonasystem-widebasis?() A.Addthefollowinglineto/etc/netsvc.conf:hosts=nis,bind,localB.edit/etc/netsvc.conftoaddthefollowing:process/full/path/of/process\{hosts=local,nis,dns}C.InanNISandDNSenvironment,NIStakesprecedenceoverDNSinthisenvironmentresultinginnochangeD.ChangetheNSORDERenvironmentvariable

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

When planning to access the on-line documentation from a remote client, which of the following procedures should be performed on the server?()A、Install and configure the HTTPServer. B、Add the name(s) of the client(s) to the httplite.conf file. C、Add the names of any clients expecting to access the documentation to the /etc/hosts file. D、No action is required.

On AIX systems, where DNS resolution takes precedence over NIS, a particular process needs to resolve names using /etc/hosts first.  Which of the following processes is the best way to accomplish this without affecting the rest of the system’s name resolution?()A、Set the NSORDER environmental variable of the environment which invokes the process to:NSORDER="local,nis,bind"B、Set the NSORDER environmental variable of the environment which invokes the process to:  NSORDER="hosts=auth,nis,bind"C、Edit /etc/netsvc.conf to add a line similar to the following: process /full/path/of/process {hosts=local,nis,dns}D、Unset NSORDER environment variable of the environment which invokes the process

Which of the following files should contain the statement "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.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

Which of the following is a correct statement about how the user environment is configured at login?()A、If present, the settings in the $HOME/.profile file will override the settings in the /etc/profile file.B、If both $HOME/.profile and $HOME/.env files are present, the settings in the $HOME/.profile file will take precedence.C、The settings in the /etc/environment file are system-wide and will override user customized settings in the $HOME/.profile.D、The settings in the /etc/profile file will override settings in the $HOME/.profile file unless the $LOCAL_PROFILE variable is set to 'true'.

For security reasons, an administrator is asked to modify the system to prevent someone from  leaving a terminal logged in.  Which of the following options would enable a five minute timeout for all users()A、Add the following line to /etc/environment: TMOUT=300B、Add the following lines to /.profile TMOUT=5 export TMOUTC、Run the following command: chuser -u ALL -a TIMEOUT=5MD、Run the following command: chsec -u ALL -a TIMEOUT=600

A DNS server for a large network is experiencing performance problems.  Which of the following options is the best solution to fix the problem?()A、Enable NISB、Purchase a larger serverC、Use /etc/hosts on all of the systemsD、Create secondary name servers throughout the network

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 contain the statement "hosts=local, bind"?()A/etc/hostsB/etc/irs.confC/etc/netsvc.confD/etc/resolv.conf

单选题On AIX systems, where DNS resolution takes precedence over NIS, a particular process needs to resolve names using /etc/hosts first.  Which of the following processes is the best way to accomplish this without affecting the rest of the system’s name resolution?()ASet the NSORDER environmental variable of the environment which invokes the process to:NSORDER=local,nis,bindBSet the NSORDER environmental variable of the environment which invokes the process to:  NSORDER=hosts=auth,nis,bindCEdit /etc/netsvc.conf to add a line similar to the following: process /full/path/of/process {hosts=local,nis,dns}DUnset NSORDER environment variable of the environment which invokes the process

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

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

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

单选题A DNS server for a large network is experiencing performance problems.  Which of the following options is the best solution to fix the problem?()AEnable NISBPurchase a larger serverCUse /etc/hosts on all of the systemsDCreate secondary name servers throughout the network

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