1. 查找文件 find / -name httpd.conf
  2. 查找文件夹 find / -name "*1526*" -type d, 其中双引号里的东西表示文件夹名字包含"1526"字符串

相关文章: