During an AIX installation, which of the following actions will occur once the Complete Overwrite option is selected?()A.All new disks in the system will be formattedB.Only the contents of the root volume group destination disks will be destroyedC.All fil

题目
During an AIX installation, which of the following actions will occur once the Complete Overwrite option is selected?()

A.All new disks in the system will be formatted

B.Only the contents of the root volume group destination disks will be destroyed

C.All file systems, including /(root), /tmp, /usr, and /var, but no usr data in the root volume group, will be destroyed

D.The contents of all disks on the system, even if they are not shown as the destination root volume group disks, will be destroyed


相似考题
参考答案和解析
参考答案:B
更多“During an AIX installation, which of the following actions will occur once the Complete Overwrite option is selected?() ”相关问题
  • 第1题:

    InadditiontoaPOWER5systemandanHMC,whatelseisrequiredtoenableMicro-PartitionsinanAIXenvironment?()

    A.AIX5.3andDynamicLogicalPartitioning

    B.AIX5.2andDynamicLogicalPartitioning

    C.AIX5.2andAdvancedPOWERVirtualizationfeature

    D.AIX5.3andAdvancedPOWERVirtualizationfeature


    参考答案:D

  • 第2题:

    [A] occur

    [B] engage

    [C] confront

    [D] encounter


    正确答案:D
    31. D 
    由第三段的最后一句话:If stressful situations are continually encountered, …可以找到此题答案。People of all ages encounter stress. 各个年龄段的人都会遇到压力。[D] encounter 遭遇,遇到,强调“偶然遇见”;[A] occur vi. 发生,出现;[B] engage vt. 使忙碌,雇佣,预定,使从事于;例:be engaged in…忙于(从事)……。[C] confront①面对;面临;遭遇。例:to confront danger(勇敢地)面对危险②(与with 连用)使面对;使面临。例:be confronted with crisis 面临危机。

  • 第3题:

    下面关于列表框Selected属性的叙述中正确的是_______________。

    A.Selected属性是个字符数组

    B.Selected属性一个数组,用来表示哪些列表项被选中

    C.Selected属性是一个逻辑型变量,当选中一个列表项时,Selected属性被设置为True

    D.Selected属性为1时表示列表框中有列表项被选中


    Selected 属性一个数组,用来表示哪些列表项被选中

  • 第4题:

    Companycomhasarequirementtoconsolidatesixwebapplicationservers.Thereisunusedcapacityof2CPUsontheirnewp5570.Whichoperatingsystemsandorfeaturesarerequired?()

    A.APV,AIX5.2ML4

    B.AIX5.3ori5/OS

    C.APV,i5/OS,AIX5.3

    D.APV,AIX5.3orSuSE9


    参考答案:D

  • 第5题:

    —How did you like Nick′s performance last night?
    —To be honest,his singing didn′t__________to me much.

    A.appeal
    B.belong
    C.refer
    D.occur

    答案:A
    解析:
    考情点拨:本题考查动词辨析应试指导:句意:——你觉得昨晚Nick的表演怎么样?——说实话,他的演唱并不怎么吸引我。appeal to吸引;belong to属于;refer to提到,涉及;occur to突然想到。

  • 第6题:

    在网页中加入一个下拉列表框,列表框中有10个选项,每个选项的内容分别为你最喜欢的10位同学的姓名,要求默认选中你最喜欢的同学的姓名,下拉列表框中可见选项的数目为5个,允许多选。能实现该功能的选项为()。

    A.<input type="list" name="favoriteperson" view="5"> <option value="1">赵一</option> <option value="2">钱二</option> <option value="3" selected>孙三</option> <option value="4">李四</option> <option value="5">张五</option> <option value="6">王六</option> <option value="7">刘七</option> <option value="8">周八</option> <option value="9">吴九</option> <


    JComboBox