单选题Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()A tar -cvf file_system.tar /staticFS ; gzip file_system.tarB tar -xvf /staticFS file_system.tar ; gzip file_system.tarC tar -cvf /static

题目
单选题
Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()
A

tar -cvf file_system.tar /staticFS ; gzip file_system.tar

B

tar -xvf /staticFS file_system.tar ; gzip file_system.tar

C

tar -cvf /staticFS file_system.tar ; compress file_system.tar

D

tar -xvf file_system.tar /staticFS  ; compress file_system.tar


相似考题
更多“单选题Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()A tar -cvf file_system.tar /staticFS ; gzip file_system.tarB tar -xvf /staticFS file_system.tar ; gzip file_system.tarC tar -cvf /static”相关问题
  • 第1题:

    使用tar命令将/home备份打包为home.tar?()

    A.tar cvf /home home.tar

    B.tar tvf home.tar /home

    C.tar cvf home.tar /home

    D.tar xvf home.tar /home


    参考答案:C

  • 第2题:

    在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。

    • A、gzip -v /tmp/test6
    • B、gzip /tmp/test6
    • C、gzip -r /tmp/test6
    • D、tar -czvfr /tmp/test6

    正确答案:C

  • 第3题:

    Companycom has been performing scheduled backups of their data to tape using "tar" in a script for over one year with no problems. Recently, the tar command is returning a non zero return code during the backup phase, causing the script to fail. What is the primary cause of this problem?()

    • A、The files have grown to over eight gigabytes in size
    • B、The file systems are corrupt, and fsck should be run
    • C、The tape block size has been changed from the default
    • D、The user’s limit has been changed to less than eight gigabytes

    正确答案:A

  • 第4题:

    使用tar命令将/home备份打包为home.tar?()

    • A、tar cvf /home home.tar
    • B、tar tvf home.tar /home
    • C、tar cvf home.tar /home
    • D、tar xvf home.tar /home

    正确答案:C

  • 第5题:

    在Linux中,*.tar.bz2是tar命令打包压缩的文件,压缩方式是gzip的压缩。


    正确答案:错误

  • 第6题:

    Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()  

    • A、tar -cvf file_system.tar /staticFS ; gzip file_system.tar
    • B、tar -xvf /staticFS file_system.tar ; gzip file_system.tar
    • C、tar -cvf /staticFS file_system.tar ; compress file_system.tar
    • D、tar -xvf file_system.tar /staticFS  ; compress file_system.tar

    正确答案:A

  • 第7题:

    A backup is taken using the following command:tar -cvf abcdef.tar /usr/local/include/tcpd.h The operator is in the directory /usr/local/restores and runs the following command: tar -xvf abcdef.tar. Where will the file be restored?()

    • A、/usr/local/include/tcpd.h
    • B、/usr/local/restores/tcpd.h
    • C、/usr/local/restores/include/tcpd.h
    • D、/usr/local/restores/usr/local/include/tcpd.h

    正确答案:A

  • 第8题:

    对于文件扩展名为tar的源代码发布的软件安装包解压和解压缩,正确的tar命令参数是()。

    • A、tar Zxvf文件名
    • B、tar xvf文件名
    • C、tar zxvf文件名
    • D、tar jxvf文件名

    正确答案:B

  • 第9题:

    判断题
    在Linux中,*.tar.bz2是tar命令打包压缩的文件,压缩方式是gzip的压缩。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第10题:

    单选题
    用gzip压缩文件后产生的文件后缀为:()
    A

    .gz

    B

    .zip

    C

    .Z

    D

    .tar)


    正确答案: B
    解析: 暂无解析

  • 第11题:

    单选题
    Which command(s) will result in the smallest sized backup of the text files contained in the /staticFS filesystem?()
    A

    tar -cvf file_system.tar /staticFS ; gzip file_system.tar

    B

    tar -xvf /staticFS file_system.tar ; gzip file_system.tar

    C

    tar -cvf /staticFS file_system.tar ; compress file_system.tar

    D

    tar -xvf file_system.tar /staticFS ; compress file_system.tar


    正确答案: A
    解析: 暂无解析

  • 第12题:

    多选题
    请问unix系统下,下述tar命令哪些是正确的:()
    A

    tar cvf目标文件源文件

    B

    tar xvf目标路径源文件名

    C

    tav tvf文件名

    D

    以上都不对


    正确答案: D,A
    解析: 暂无解析

  • 第13题:

    有关归档和压缩命令,下面描述正确的是( )。

    A、用uncompress命令解压缩由compress命令生成的后缀.zip的压缩文件

    B、unzip命令和gzip命令可以解压缩相同类型的文件

    C、tar归档且压缩的文件可以由gzip命令解压缩

    D、tar命令归档后的文件也是一种压缩文件


    参考答案:B

  • 第14题:

    对文件进行归档的命令为()。

    • A、dd
    • B、cpio
    • C、gzip(压缩解压缩)
    • D、tar(打包解包)

    正确答案:D

  • 第15题:

    A corrupted file system is now repaired and back in use. Some, but not all of the files within the file  systems have been deleted. The only backup of this file system is a month-old tar archive. This archive will need to be restored as root.  Which two statements correctly describe the effects of the restore operation?()

    • A、 Files found in the file system that are also on tape will NOT be overwritten.
    • B、 The missing files, present on the backup tape, are restored to the file system with the data as it was when the backup was taken.
    • C、 The access times are preserved by tar and will reflect the time when a user last accessed the data.
    • D、 The modification time on the files restored by tar will be preserved and will reflect the time the file was last modified before the backup, NOT the time of the restore operation.

    正确答案:B,D

  • 第16题:

    通常使用tar进行文件打包或者解包,解包必须在tar后跟随cvf参数。


    正确答案:错误

  • 第17题:

    请问unix系统下,下述tar命令哪些是正确的:()

    • A、tar cvf目标文件源文件
    • B、tar xvf目标路径源文件名
    • C、tav tvf文件名
    • D、以上都不对

    正确答案:A,B,C

  • 第18题:

    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.

    正确答案:B

  • 第19题:

    对于文件扩展名为tar.bz2的源代码发布的软件安装包解压和解压缩,正确的tar命令参数是()。

    • A、tar Zxvf文件名
    • B、tar xvf文件名
    • C、tar zxvf文件名
    • D、tar jxvf文件名

    正确答案:D

  • 第20题:

    对于文件扩展名为tar.Z的源代码发布的软件安装包解压和解压缩,正确的tar命令参数是()。

    • A、tar Zxvf文件名
    • B、tar xvf文件名
    • C、tar zxvf文件名
    • D、tar jxvf文件名

    正确答案:A

  • 第21题:

    单选题
    Companycom has been performing scheduled backups of their data to tape using "tar" in a script for over one year with no problems. Recently, the tar command is returning a non zero return code during the backup phase, causing the script to fail. What is the primary cause of this problem?()
    A

    The files have grown to over eight gigabytes in size

    B

    The file systems are corrupt, and fsck should be run

    C

    The tape block size has been changed from the default

    D

    The user’s limit has been changed to less than eight gigabytes


    正确答案: B
    解析: 暂无解析

  • 第22题:

    单选题
    A backup is taken using the following command:tar -cvf abcdef.tar /usr/local/include/tcpd.h The operator is in the directory /usr/local/restores and runs the following command: tar -xvf abcdef.tar. Where will the file be restored?()
    A

    /usr/local/include/tcpd.h

    B

    /usr/local/restores/tcpd.h

    C

    /usr/local/restores/include/tcpd.h

    D

    /usr/local/restores/usr/local/include/tcpd.h


    正确答案: C
    解析: 暂无解析

  • 第23题:

    多选题
    A corrupted file system is now repaired and back in use. Some, but not all of the files within the file  systems have been deleted. The only backup of this file system is a month-old tar archive. This archive will need to be restored as root.  Which two statements correctly describe the effects of the restore operation?()
    A

    Files found in the file system that are also on tape will NOT be overwritten.

    B

    The missing files, present on the backup tape, are restored to the file system with the data as it was when the backup was taken.

    C

    The access times are preserved by tar and will reflect the time when a user last accessed the data.

    D

    The modification time on the files restored by tar will be preserved and will reflect the time the file was last modified before the backup, NOT the time of the restore operation.


    正确答案: C,B
    解析: 暂无解析

  • 第24题:

    单选题
    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.


    正确答案: B
    解析: 暂无解析