linux-whereis 显示命令、源码、说明文档等全路径
locate 快速定位文件路径
find / -name "字符*" *代表所有
按文件类型查找文件 -b
-c
-d
-p
-f
-l
范例: find / -type f -name "字符*"