Linux搜索命令:
find / -name 'nginx'  搜索根目录下文件名为‘nginx’的文件夹 。
find / -name 'nginx.conf' 搜索根目录下文件名为‘nginx.conf’的文件 。


模糊搜索:
文件名前后加入* 。