查找目录

  1. # / : 查找范围
  2. # docker: 查找关键字
  3. find / -name 'docker' -type d

查找文件

  1. find / -name daemond -print