网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
在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系统中,在当前目录下,将文件/test.gz解压缩成/test,正确的命令是()。A tar -czf test.gzB tar -xvzf test.gzC tar -uczf test.gzD 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/
考题
在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下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开头的文件,以下正确的命令是()。A
find /home -name test*B
find -name test* /homeC
find test* /homeD
find -n test* /home
考题
单选题在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系统中,用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/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,以下命令错误的是()。A
mv /tmp/test/oldfile newfileB
mv /tmp/test/oldfile /tmp/test/newfileC
mv oldfile /tmp/test/D
mv oldfile newfile
考题
单选题在linux系统中,递归地压缩/tmp/test6/目录下的所有文件,正确的命令是()。A
gzip -v /tmp/test6B
gzip /tmp/test6C
gzip -r /tmp/test6D
tar -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
热门标签
最新试卷