网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)

在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。

  • A、find /home -name test*
  • B、find -name test* /home
  • C、find test* /home
  • D、find -n test* /home

参考答案

更多 “在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。A、find /home -name test*B、find -name test* /homeC、find test* /homeD、find -n test* /home” 相关考题
考题 利用命令find查找当前目录下的名称尾为.c的文件,并将结果输出到标准输出的命令是 ()A.find.-name"?.c"–printB.find.-name".c"-printC.find.-name"!*.c"–printD.find.-name"*.c"–print

考题 要将当前目录及其自目录下后缀名为“.bak”的文件全部删除,正确的命令是()。A.find–name“*.bak”–execrm{};B.find–name“*.bak”–execrm{}/;C.find–name“*.bak”–execrm/;D.find–name“*.bak”–execrm{}/

考题 在页面中创建标签可以方便超链接在本页面中跳转,假设标签名为“test”,正确的超链接语句是______。A.<a href="test"></a>B.<a href="#test"></a>C.<a name="test"></a>D.<a name="#test"></a>

考题 若基于Linux操作系统所开发的ARM应用程序源文件名为test.c,那么要生成该程序代码的调试信息,编译时使用的GCC命令正确的是()。A.arm-linux-gcc -c -o test.o test.cB.arm-linux-gcc -S -o test.o test.cC.arm-linux-gcc -o test test.cD.arm-linux-gcc -g -o test test.c

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

考题 After teaching sounds, a teacher makes a test that aims to find out which sounds students are not able to pronounce. This test belongs to__________.A. aptitude test B. proficiency test C. achievement test D. diagnostic test

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

考题 在linux系统中,建立目录/test/dir目录并设定dir权限为754,以下命令正确的是()。A、mkdir -m 754 /test/dirB、mkdir -p 754 /test/dirC、mkdir -v 754 /test/dirD、mkdir -d 754 /test/dir

考题 在linux系统中,用命令rmdir删除/test/test1目录,当/test目录为空时,希望一并删除,以下要用到的参数是()。A、rB、RC、pD、f

考题 在linux系统中,删除/test/test1目录,当/test目录为空时,希望一并删除,以下命令中正确的是()。A、rmdir -r /test/test1B、rmdir -p /test/test1C、rmdir -R /test/test1D、rmdir -l /test/test1

考题 已知某用户 stud1,其用户目录为/home/stud1。如果当前目录为/home,进入目录/home/stud1/test 的命令是 cd /stud1/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系统中,在当前目录下查找以d开头的,并且大小在0~200个字节之间的文件,以下命令正确的是()。A、find -name 'd*' -size -0c –size +200cB、find -name 'd*' -size +0c -200cC、find -size +0c –size -200c -name 'd*'D、find -name 'd*' -size +0c –size -200cE、find -name 'd*' -size [0c-200c]

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

考题 在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系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。A find /home -name test*B find -name test* /homeC find test* /homeD find -n test* /home

考题 单选题After teaching sounds, a teacher makes a test that aims to find out which sounds students are and are not able to pronounce. This test belongs to _____.A aptitude testB proficiency testC achievement testD diagnostic test

考题 单选题在linux系统中,删除/test/test1目录,当/test目录为空时,希望一并删除,以下命令中正确的是()。A rmdir -r /test/test1B rmdir -p /test/test1C rmdir -R /test/test1D rmdir -l /test/test1

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

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

考题 单选题在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系统中,建立目录/test/dir目录并设定dir权限为754,以下命令正确的是()。A mkdir -m 754 /test/dirB mkdir -p 754 /test/dirC mkdir -v 754 /test/dirD mkdir -d 754 /test/dir

考题 单选题After teaching sounds, a teacher makes a test that aims to find out which sounds students are not able to pronounce. This test belongs to_________A aptitude testB proficiency testC achievement testD diagnostic test

考题 单选题在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