1、centos 查找文件
find / -name 'filename'
2、查找目录
find / -name 'path' -type d
3、centos 查找 内容
find . | xargs grep -ri 'test'