$ which grep /bin/grep $ which ll alias ll='ls -l --color=tty' /bin/ls #使用alias别名
$ 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
$ updatedb来更新数据库。
linux文件名查找which,whereis,locate
原文地址:http://blog.csdn.net/yonggang7/article/details/37960767