命令行:
find /data -name libaocai
find 的基本语法:
find path expression search-term
centos 安装 locate
yum install mlocate
ubuntu
apt-get install mlocate
locate 是一种比 find 更快的方式,因为它在数据库中查找文件。要更新搜索数据库,运行下面的命令:
updatedb
使用 locate 查找文件的语法
locate libaocai
命令行:
find /data -name libaocai
find 的基本语法:
find path expression search-term
centos 安装 locate
yum install mlocate
ubuntu
apt-get install mlocate
locate 是一种比 find 更快的方式,因为它在数据库中查找文件。要更新搜索数据库,运行下面的命令:
updatedb
使用 locate 查找文件的语法
locate libaocai