A.将磁带中的所有文件放入home目录中
B.列出磁带上所有来自home目录的文件
C.备份/home下的所有文件
D.备份/home下的所有文件和目录
请问unix系统下,下述tar命令哪些是正确的:()A.tar cvf目标文件源文件B.tar xvf目标路径源文件名C.tav tvf文件名D.以上都不对
点击查看答案
将/home/stud1/wang目录做归档压缩,压缩后生成wang.tar.gz文件,并将此文件保存到/home目录下,实现此任务的tar命令格式 tar zcvf /home/wang.tar.gz /home/stud1/wang 。
Asystemadministratorhasanapplicationthathasthedatainvolumegroupappvg.Whichofthefollowingcommandswillbackupthecontentsofappvgtothetapein/dev/rmt0andcheckforanyreaderrors?()A.savevg-mf/dev/rmt0appvgB.savevg-cvf/dev/rmt0appvgC.savevg-xvf/dev/rmt0appvgD.savevg-f/dev/rmt0-Vappvg
Which of the following techniques is used to extract the /usr/tmp directory from a mksysb backup?()A.Use the tar command on the fifth image.B.Use the restore command on the fourth image.C.Use tctl -f /dev/rmt0.1 fsf 3 followed by the tar command on the fourth image.D.Reboot using the mksysb tape and then use the dd command to extract the file.
Whichofthefollowingcommandswillremovethehardwaredefinitionofthetapedrivermt0fromasystem?()A.rm/dev/rmt0B.rmdel-srmt0C.rmdev-dlrmt0D.tctl-f/dev/rmt0erase
使用tar命令将/home备份打包为home.tar?()A.tar cvf /home home.tarB.tar tvf home.tar /homeC.tar cvf home.tar /homeD.tar xvf home.tar /home
命令tar cvf /dev/rmt/c0t3d0 /home的作用是?()A、将磁带中的所有文件放入home目录中B、列出磁带上所有来自home目录的文件C、备份/home下的所有文件D、备份/home下的所有文件和目录