1,查询当前目录下的文件名为gaoyu.sql的文件:find . -name "gaoyu.sql" -print2,查询/etc下文件名为passwd开头的文件:find /etc -name "passwd*“ -print