find、locate查找文件、目录.note

noteId: 155257623A764A32A1BC43B582D087B6 · 原始路径:/ALL/Linux - A模块/Linux零散命令/find、locate查找文件、目录.note · 图片:2 · 附件待处理:0

 
#find / -name "【文件/目录名】"    //在根目录下查找文件、目录
 
#locate 【文件/目录名】    //在数据库中查找
有时locate会没有输出,没有报错,没有响应
需要刷新数据库:
#apt update
#apt install mlocate -y
#reboot    //重启
参数: