08
2021
11

centos 查找文件

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