Linux 常用命令——which, whereis, locate, find

Drecik学习经验分享

转载请注明出处: http://blog.csdn.net/drecik__/article/details/8455399


1. which 查找使用命令所在的位置

Linux 常用命令——which, whereis, locate, find_第1张图片

Linux 常用命令——which, whereis, locate, find_第2张图片


2. whereis 搜索文件,跟locate一样只搜索数据库


3. locate 搜索文件,只搜索数据库,默认每天更新一次,收到更新使用updatedb

Linux 常用命令——which, whereis, locate, find_第3张图片


4. find 从硬盘中查找文件,查找文件时最后才考虑的方法,因为伤硬盘

Linux 常用命令——which, whereis, locate, find_第4张图片Linux 常用命令——which, whereis, locate, find_第5张图片

你可能感兴趣的:(Linux 常用命令——which, whereis, locate, find)