在CentOs下查找某个目录下的某个文件,使用如下指令:

find /目录 -name 文件名

eg:查找当前目录下关于hadoop的文件

find / -name hadoop

相关文章: