linux文件名查找which,whereis,locate
1. 文件名查找
2. which
$ which grep /bin/grep $ which ll alias ll='ls -l --color=tty' /bin/ls #使用alias别名
3. whereis
$ whereis whereis [ -sbmu ] [ -SBM dir ... -f ] name... -b : 查找二进制格式文件 -s : 查找source 源文件 -m : 查找在说明文件manual路径下的文件 -u : 查找不在上述三个选项中的特殊文件例如
$ whereis grep grep: /bin/grep /usr/share/man/man1/grep.1.gz /usr/share/man/man1p/grep.1p.gz #查询二进制文件 $ whereis -b grep grep: /bin/grep #查询手册说明文件 man grep $ whereis -m grep grep: /usr/share/man/man1/grep.1.gz /usr/share/man/man1p/grep.1p.gz
3. locate
$ updatedb来更新数据库。
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。