niusouti.com

A base operating system has just been installed, successfully rebooted, and the user is now logged in as root. The user wants the server software bundle installed, but has additional software that must be installed with the bundle. Which of the following

题目

A base operating system has just been installed, successfully rebooted, and the user is now logged in as root. The user wants the server software bundle installed, but has additional software that must be installed with the bundle. Which of the following procedures should be performed to complete the installation?()

A.Add the software to /usr/sys/inst.images

B.Update the bundle file in /usr/sys/inst.images

C.Install the bundle filelists and run update all

D.Add the software to the bundle file in /usr/sys/inst.data/sys_bundles


相似考题
更多“A base operating system has just been installed, successfully rebooted, and the user is no ”相关问题
  • 第1题:

    publicclassBase{publicstaticfinalStringFOO=foo”;publicstaticvoidmain(String[]args){Baseb=newBase();Subs=newSub();System.out.print(Base.FOO);System.out.print(Sub.FOO);System.out.print(b.FOO);System.out.print(s.FOO);System.out.print(((Base)s).FOO);}}classSubextendsBase{publicstaticfinalStringFOO=bar;}Whatistheresult?()

    A.foofoofoofoofoo

    B.foobarfoobarbar

    C.foobarfoofoofoo

    D.foobarfoobarfoo

    E.barbarbarbarbar

    F.foofoofoobarbar

    G.foofoofoobarfoo


    参考答案:D

  • 第2题:

    注册表中保存系统设置的文件名称是( )。

    A.User. ini

    B.User. dat

    C.System. dat

    D.System. ini


    正确答案:C

  • 第3题:

    注册表中保存用户设置的文件名称是( )。

    A.User.ini

    B.User.dat

    C.System.dat

    D.System.ini


    正确答案:A

  • 第4题:

    保存系统设置的注册表文件的名称是( )。

    A.User.ini

    B.User. dat

    C.System. dat

    D.System.ini


    正确答案:C
    解析:在Windows98/me系统中,注册表主要由system. dat 和user. dat 这两个文件组成,藏于C:\windows中。其中,system. dat包含硬件和软件的设置,user. dat保存着与用户有关的信息。

  • 第5题:

    YouhaveanExchangeorganization.AllserversintheorganizationhaveExchangeServer2010ServicePack1(SP1)installed.AllusershaveWindowsMobile6.5devicesthatconnecttotheorganizationbyusingExchangeActiveSync.AusernamedUser1reportsthatshelostherdeviceandsuccessfullyperformedaremotewipeofthedevice.User1laterreportsthatshelocatedherdevice.User1configuresthedevicetoconnecttoExchangeActiveSyncanddiscoversthattheconnectionfails.YouneedtoensurethatUser1canconnectherdevicebyusingExchangeActiveSync.Whatshouldyoudo?()


    参考答案:B

  • 第6题:

    下面是一个用户自定义的消息,哪一种消息定义是正确的?( )

    A.WM_MyMessage=User_Base+100

    B.WM_MyMessage=CM_Base+100

    C.WM_MyMessage=WM_Base+100

    D.WM_MyMessage=WM_USER+100


    正确答案:D