根据文件名模糊查询查找opt目录下后缀为.log的文件 find /opt/ -type f -name \"*.log\" -type f表示文件 -type d表示匹配目录 查找特定权限文件 find /opt ...