單項(xiàng)選擇題在linux系統(tǒng)中,遞歸地壓縮/tmp/test6/目錄下的所有文件,正確的命令是()。

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


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題在linux系統(tǒng)中,用于解壓縮的命令有()。

A、tar
B、uncompress
C、gunzip
D、bunzip
E、winrar

2.單項(xiàng)選擇題在linux系統(tǒng)中,在當(dāng)前目錄下,將文件/test.gz解壓縮成/test,正確的命令是()。

A、tar -czf test.gz
B、tar -xvzf test.gz
C、tar -uczf test.gz
D、tar -czf test.gz

3.單項(xiàng)選擇題在linux系統(tǒng)中,以下可用來(lái)查看文件類型的命令是()。

A、find
B、which
C、file
D、ls –l

4.多項(xiàng)選擇題在linux系統(tǒng)下,下列設(shè)備中,在一般情況下屬于塊設(shè)備的有()。

A、硬盤(pán)
B、軟盤(pán)
C、終端
D、CD-ROM
E、/dev/null

5.單項(xiàng)選擇題在linux系統(tǒng)中,對(duì)一個(gè)重要文件test,可以實(shí)現(xiàn)所有用戶都有讀和執(zhí)行權(quán)限的命令是()。

A、chmod a+rx test
B、chmod a+wx test
C、chmod o+rx test
D、chmod u+rx test