find <path> -type d -name "dir_name"
-type d是查找目录的参数,如果是查找其他的:
-type d
-type b
-type c
-type f
-type l