问题
单项选择题
在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。
A、find /home -name test*
B、find -name test* /home
C、find test* /home
D、find -n test* /home
答案
参考答案:A
在linux系统中,查找/home/目录下文件名以test开头的文件,以下正确的命令是()。
A、find /home -name test*
B、find -name test* /home
C、find test* /home
D、find -n test* /home
参考答案:A