After crating a mksysb, what is the most important procedure that should be followed?()A.List the files and verify it is bootableB.Make sure it is labeled and store it in a safe place.C.Make sure it is write-protected and labeled.D.Look at the output of t

题目
After crating a mksysb, what is the most important procedure that should be followed?()

A.List the files and verify it is bootable

B.Make sure it is labeled and store it in a safe place.

C.Make sure it is write-protected and labeled.

D.Look at the output of the mksysb command to verify it completed successfully.


相似考题
更多“After crating a mksysb, what is the most important procedure that should be followed?() ”相关问题
  • 第1题:

    An administrator wants to restore the /etc/resolv.conf file from a mksysb backup onto server1. After the mksysb is mounted in /mnt/backup/ from the local nim server.Which command should be run to restore the file?()

    A.tar -xvf /mnt/backup/server1.mksysb ./etc/resolv.conf

    B.restore -Tvf /mnt/backup/server1.mksysb ./etc/resolv.conf

    C.listvgbackup -f /mnt/backup/server1.mksysb -r ./etc/resolv.conf

    D.restorevgfiles -xrm /mnt/backup/server1.mksysb ./etc/resolv.conf


    参考答案:C

  • 第2题:

    He gave us a nod and murmured a “Yes” after_______ seemed like hours.

    A.that
    B.which
    C.as
    D.what

    答案:D
    解析:
    本题考查宾语从句
    D选项,句意为“像是过了好几个小时那么久,他才对我们点了下头,呐呐地说了声‘是的’ ” 。after 后为介词的宾语从句,从句中缺少主语,故用what 来引导,综上,D选项正确。
    A选项,与题意不符,故排除。
    B选项,与题意不符,故排除。
    C选项,as一般情况下引导非限制性定语从句,故排除。
    故正确答案为D 项。

  • 第3题:

    提升选择器样式重要性的代码正确的是()

    A..green{ color:green!important; }

    B..green{ !important color:green; }

    C..green!important{ color:green!important; }

    D..green{ color:green; }!important;


    正确

  • 第4题:

    Which command can be used to show volume group information about filesystems and OS levels for a specified mksysb called server1.mksysb?()

    A.lsmksysb -lf server1.mksysb

    B.restore -mrT server1.mksysb

    C.listbackup -fT server1.mksysb

    D.listvgbackup -l server1.mksysb


    参考答案:A

  • 第5题:

    下面关于CSS样式优先级,正确的是

    A.!important > id > class > tag

    B.id> !important > class > tag

    C.!important > tag > class > id

    D.tag> id > class > !important


    important > id > class > tag

  • 第6题:

    CSS优先级说法正确的是?

    A.!important > id > class > tag

    B.!important < id < class < tag

    C.!important>class>id>tag

    D.!important>tag>id>class


    important > id > class > tag