二进制文件程序名搜索
whereis 及 locate 都是基于系统内建的数据库进行搜索,效率很高,而 find 则是遍历硬盘查找文件
常用参数:-b 定位可执行文件-m 定位帮助文件-s 定位源代码文件-u 搜索默认路径下除可执行文件、源代码文件、帮助文件以外的其它文件whereis locale 查找 locale 程序相关文件whereis -s locale 查找 locale 的源码文件whereis -m locale 查找 locale 的帮助文件
二进制文件程序名搜索
whereis 及 locate 都是基于系统内建的数据库进行搜索,效率很高,而 find 则是遍历硬盘查找文件
常用参数:-b 定位可执行文件-m 定位帮助文件-s 定位源代码文件-u 搜索默认路径下除可执行文件、源代码文件、帮助文件以外的其它文件whereis locale 查找 locale 程序相关文件whereis -s locale 查找 locale 的源码文件whereis -m locale 查找 locale 的帮助文件