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.
第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
第2题:
第3题:
提升选择器样式重要性的代码正确的是()
A..green{ color:green!important; }
B..green{ !important color:green; }
C..green!important{ color:green!important; }
D..green{ color:green; }!important;
第4题:
A.lsmksysb -lf server1.mksysb
B.restore -mrT server1.mksysb
C.listbackup -fT server1.mksysb
D.listvgbackup -l server1.mksysb
第5题:
下面关于CSS样式优先级,正确的是
A.!important > id > class > tag
B.id> !important > class > tag
C.!important > tag > class > id
D.tag> id > class > !important
第6题:
CSS优先级说法正确的是?
A.!important > id > class > tag
B.!important < id < class < tag
C.!important>class>id>tag
D.!important>tag>id>class