find:find /home -name a.txt 查找home下 名为a.txt的文件find /opt -user ggc 查找opt 下ggc用户的文件find / -size +20m 查找文件>20M的文件 - 是小于 不加是=find / -name *.txt