标签:
$ 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://www.cnblogs.com/hrhguanli/p/5092362.html