查找一个文件应该使用如下哪个命令()
A: dig
B: route
C: find
D: wget
A: dig
B: route
C: find
D: wget
举一反三
- 一般用哪个命令测试DNS配置。 A: dig B: ping C: trace D: route
- 下列哪个命令可以查看网卡的流量?() A: dig B: ip C: route D: sar
- 在系统中查找一个命令的位置,可以使用如下哪些命令 A: find B: grep C: whatis D: where
- 你想在根目录下查找一个名zhangsan的文件时,你使用下面的哪个命令? A: find / -name zhangsan B: find / zhangsan C: find zhangsan -name / D: find where name zhangsan
- 如果要查找系统中所有的conf扩展名的文件,则应该使用命令( )。 A: find *.conf B: find conf C: find / -name *.conf D: find / -file *.conf