Which environment variable must be changed in auser’s profile so that upon login,the command prompt identifies the server?()A、PMTB、PS1C、PRTD、PT1

Which environment variable must be changed in auser’s profile so that upon login,the command prompt identifies the server?()

  • A、PMT
  • B、PS1
  • C、PRT
  • D、PT1

相关考题:

Given:Which statement is true about the class of an object that can reference the variable base? () A.It can be any class.B.No class has access to base.C.The class must belong to the geometry package.D.The class must be a subclass of the class Hypotenuse.

______ is the address of a variable or a variable in which the address of another variable is stored.A.DirectorB.PointersystemC.ArrayD.Record

______is the address of.a variable or a variable in which the address of another variable is stored.A.DirectorB.PointerC.ArrayD.Record

During this phase,the analyst must must develop enough knowledge about the ( )and the existing systems to enable an effective solution to be proposed and implemented. A.hardware environment B.testing environment C.software environment D.business environment

A system administrator increases the mbuf pool allocation, then runs vmstat. It is noticed that the paging rate has not decreased. What is the most effective option to maintain the mbuf pool and decrease paging?()A、 Increase the number of CPUs.B、 Increase the physical memory.C、 Set the PSALLOC environment variable to ’late’.D、 Set the PSALLOC environment variable to ’early’.

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

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

Which condition must be met to allow a PE router to forward VPN traffic across a LSP in a Layer 3 VPN environment?()A、The BGP next hop must be in inet.1.B、The BGP next hop must be in inet.3.C、Must have a bidirectional LSP configured.D、Must have a static route to allow an RP for connected interfaces.

he system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()A、/profileB、/etc/envpathC、/etc/profileD、/etc/environment

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 environment variable must be changed in a user’s profile so that upon login, the command prompt identifies the server?()A、PMTB、PS1C、PRTD、PT1

The system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment. Where is the PATH variable found for the system?()A、/profileB、/etc/envpathC、/etc/profileD、/etc/environment

package geometry;  public class Hypotenuse {  public InnerTriangle it = new InnerTriangle();  class InnerTriangle {  public int base;  public int height;  }  }  Which is true about the class of an object that can reference the variable base? ()A、 It can be any class.B、 No class has access to base.C、 The class must belong to the geometry package.D、 The class must be a subclass of the class Hypotenuse.

You installed Oracle Database 11g and are performing a manual upgrade of the Oracle9i database. As a part of the upgrade process,you execute the following script:   SQL@utlu111i.sql   Which statement about the execution of this script is true?()A、 It must be executed from the Oracle Database 11g environment.B、 It must be executed only after the SYSAUX tablespace has been created.C、 It must be executed from the environment of the database that is being upgraded.D、 It must be executed only after AUTOEXTEND is set to ON for all existing tablespaces.E、 It must be executed from both the Oracle Database 11g and Oracle Database 9i environments.

You issued the following command at the UNIX environment:   % setenv ORA_SDTZ ’OZ_TZ’   What will be the impact of issuing the above command?()  A、 The operating system local time zone will be set for a user session using the operating system environment variable.B、 The database local time zone will be set for a user session using the operating system environment variable.C、 The operating system local time zone will be set for the database using the operating system environmentD、 The database local time zone will be set for the database using the operating system environment variable.

Which substitution variable would you use if you want to reuse the variable without prompting the user each time?()A、B、ACCEPTC、PROMPTD、

单选题A system administrator increases the mbuf pool allocation, then runs vmstat. It is noticed that the paging rate has not decreased. What is the most effective option to maintain the mbuf pool and decrease paging?()A Increase the number of CPUs.B Increase the physical memory.C Set the PSALLOC environment variable to ’late’.D Set the PSALLOC environment variable to ’early’.

单选题An administrator needs to add the /usr/vac/bin directory to their PATH environment variable for the current session.  Which of the following will accomplish this task()Apath=$path:/usr/vac/bin; export pathBpath.=/usr/vac/bin; export $pathCModify the path environment variable in /etc/profileDModify the path environment variable in /.profile

单选题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 environment variable must be changed in auser’s profile so that upon login,the command prompt identifies the server?()APMTBPS1CPRTDPT1

单选题Which action changes the default editor for ALL users on the system from vi to edit of the following?()AIssue the command:  export EDITOR=/usr/bin/editBModify /.profile and change the EDITOR variable to /usr/bin/editCModify /etc/environment and add  EDITOR=/usr/bin/edit  export EDITORDModify /etc/security/defaults and change the EDITOR value to /usr/bin/edit

单选题package geometry;  public class Hypotenuse {  public InnerTriangle it = new InnerTriangle();  class InnerTriangle {  public int base;  public int height;  }  }  Which is true about the class of an object that can reference the variable base? ()A It can be any class.B No class has access to base.C The class must belong to the geometry package.D The class must be a subclass of the class Hypotenuse.

单选题You issued the following command at the UNIX environment:   % setenv ORA_SDTZ ’OZ_TZ’   What will be the impact of issuing the above command?()A The operating system local time zone will be set for a user session using the operating system environment variable.B The database local time zone will be set for a user session using the operating system environment variable.C The operating system local time zone will be set for the database using the operating system environmentD The database local time zone will be set for the database using the operating system environment variable.

单选题Which of the following statements is true regarding the initialization parameter DIAGNOSTIC_DEST?()   The default value is the value of the environment variable $ORACLE_HOME; if $ORACLE_HOME isn’t setA then the default is set to $ORACLE_BASE The default value is the value of the environment variable $ORACLE_BASE; if $ORACLE_BASE isn’t set,B then it is set to $ORACLE_HOMEC DIAGNOSTIC_DEST is always equal to $ORACLE_HOMED DIAGNOSTIC_DEST is always equal to $ORACLE_BASE

单选题Which condition must be met to allow a PE router to forward VPN traffic across a LSP in a Layer 3 VPN environment?()AThe BGP next hop must be in inet.1.BThe BGP next hop must be in inet.3.CMust have a bidirectional LSP configured.DMust have a static route to allow an ARP for connected interfaces.

单选题The system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()A/profileB/etc/envpathC/etc/profileD/etc/environment

单选题he system administrator is making system wide changes to a server, which will add to the PATH variable for the server environment.  Where is the PATH variable found for the system?()A/profileB/etc/envpathC/etc/profileD/etc/environment

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