单选题在linux系统中,在当前目录下,将文件/test.gz解压缩成/test,正确的命令是()。Atar -czf test.gzBtar -xvzf test.gzCtar -uczf test.gzDtar -czf test.gz

单选题
在linux系统中,在当前目录下,将文件/test.gz解压缩成/test,正确的命令是()。
A

tar -czf test.gz

B

tar -xvzf test.gz

C

tar -uczf test.gz

D

tar -czf test.gz


参考解析

解析: 暂无解析

相关考题:

用户通过命令行与Linux系统进行交互,完成各种配置及管理等功能。根据下表要求写出完整的Linux命令。序号命令要求完整命令1测试与www.baidu.com的互通性①2改变当期目录到/home/zhang②3将文件test改名为test.org③4在文件test.c中查找字符串passwd④

在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。A、gzip -v /tmp/test6B、gzip /tmp/test6C、gzip -r /tmp/test6D、tar -czvfr /tmp/test6

在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。A、find /home -name test*B、find -name test* /homeC、find test* /homeD、find -n test* /home

在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。A、mv /tmp/test/oldfile newfileB、mv /tmp/test/oldfile /tmp/test/newfileC、mv oldfile /tmp/test/D、mv oldfile newfile

在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。A、mv /tmp/test/oldfile newfileB、mv /tmp/test/oldfile /tmp/test/newfileC、mv oldfile newfileD、mv oldfile /tmp/test/newfileE、mv oldfile /tmp/test/

ACD TEST 表示()。A、 查询TEST子目录内容B、 将当前工作目录转移到TEST子目录下C、 以CD命令建立批文件TEST. BATD、 建立新的TEST子目录

在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。A、cp -R /tmp/test /tmp/test1B、cp -r /tmp/test /tmp/test1C、cp -R /tmp/test/. /tmp/test1D、cp /tmp/test /tmp/test1

在linux系统中,将文件/tmp/test1和/tmp/test2压缩到/tmp/test.gz,正确的命令是()。A、tar -czvf test1 test2 test.gzB、tar -czvf test.gz test1 test2C、tar test.gz test1 test2D、tar test1 test2 test.gz

在linux系统中,新建目录/test/dir,但是/test/目录还没有建立,下面命令正确的是()。A、touch /test/dirB、mkdir /test/dirC、mkdir -p /test/dirD、mkdir -m /test/dir

在linux下echohellotest这条命令中””符号的作用是()。A、比较hello与test文件的内容B、将hello这个字符输出到屏幕上C、将hello这个字符输出到test文件中D、什么都不作

在linux系统中,在当前目录下,将文件/test.gz解压缩成/test,正确的命令是()。A、tar -czf test.gzB、tar -xvzf test.gzC、tar -uczf test.gzD、tar -czf test.gz

在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。A、cp -l /tmp/test/file /tmpB、cp -s /tmp/test/file /tmpC、cp -r /tmp/test/file /tmpD、cp /tmp/test/file /tmpE、cp /tmp/test/file /tmp/file

在linux系统中,用于解压缩的命令有()。A、tarB、uncompressC、gunzipD、bunzipE、winrar

在当前目录下解压归档文件this.tar.gz,我们可以使用命令()。

在LINUX系统中()命令用来查看当前目录下的所有文件和目录。A、cdB、lsC、dirD、put

将当前盘当前目录下的ASCII文件ASD的内容显示在屏幕上,可键入()命令或()。

在linux下echohellotest这条命令中””符号的作用是()。A、将test文件的内容清空B、将hello这个字符添加到test文件开头C、将hello这个字符添加到test文件的末尾D、什么都不作

在Word2000中,当前正在编辑的文档为“c:/_test”目录下的test.doc,进行编辑后,执行“文件”菜单中的“另存为”命令后,下列说法正确的是()。A、c:/_test目录下的test.doc不再存在,编辑的结果存入另一个新文件B、编辑结果存于c:/_test目录下的test.Doc中C、编辑的结果存入c:/_test目录下的test.doc中,同时编辑的结果存入另一个新文件,文件和存放位置由用户在对话框中指定D、c:/_test目录下的test.doc保持不变,同时编辑的结果存入另一个新文件,文件名和存放位置由用户在对话框中指定

单选题在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。Afind /home -name test*Bfind -name test* /homeCfind test* /homeDfind -n test* /home

单选题在linux系统中,将文件/tmp/test1和/tmp/test2压缩到/tmp/test.gz,正确的命令是()。Atar -czvf test1 test2 test.gzBtar -czvf test.gz test1 test2Ctar test.gz test1 test2Dtar test1 test2 test.gz

单选题在linux系统中,用cp命令将/tmp/test中的文件到/tmp/test1中,不想拷贝目录本身,以下命令正确的是()。Acp -R /tmp/test /tmp/test1Bcp -r /tmp/test /tmp/test1Ccp -R /tmp/test/. /tmp/test1Dcp /tmp/test /tmp/test1

单选题在LINUX系统中()命令用来查看当前目录下的所有文件和目录。AcdBlsCdirDput

多选题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令正确的是()。Amv /tmp/test/oldfile newfileBmv /tmp/test/oldfile /tmp/test/newfileCmv oldfile newfileDmv oldfile /tmp/test/newfileEmv oldfile /tmp/test/

单选题在linux系统中,当前路径为/tmp/test,将/tmp/test/oldfile更改为/tmp/test/newfile,以下命令错误的是()。Amv /tmp/test/oldfile newfileBmv /tmp/test/oldfile /tmp/test/newfileCmv oldfile /tmp/test/Dmv oldfile newfile

单选题ACD TEST 表示()。A 查询TEST子目录内容B 将当前工作目录转移到TEST子目录下C 以CD命令建立批文件TEST. BATD 建立新的TEST子目录

单选题在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。Agzip -v /tmp/test6Bgzip /tmp/test6Cgzip -r /tmp/test6Dtar -czvfr /tmp/test6

多选题在linux系统中,用cp命令将/tmp/test/file文件,复制到/tmp下,并保持原来的名字,以下命令中正确的是()。Acp -l /tmp/test/file /tmpBcp -s /tmp/test/file /tmpCcp -r /tmp/test/file /tmpDcp /tmp/test/file /tmpEcp /tmp/test/file /tmp/file