root_bbk 于 2009-06-13 11:34:50发表:
find / -name tcpdump -print where which 源码安装的话,自己去看源码定目录下的 makefile 文件 找 prefix 关键字, 或者 ./configure --help | less 找关键字 prefix 看安装到那里了。 rpm安装的话,rpm -ql tcpdump | grep bin
江户川柯南 于 2009-05-04 14:01:10发表:
whereis which
yangshan 于 2009-05-04 12:02:22发表:
学习了
henryhj 于 2009-04-27 19:07:52发表:
[code]whereis tcpdump[/code]
root_bbk 于 2009-06-13 11:34:50发表:
find / -name tcpdump -print
where
which
源码安装的话,自己去看源码定目录下的 makefile 文件 找 prefix 关键字, 或者 ./configure --help | less 找关键字 prefix 看安装到那里了。
rpm安装的话,rpm -ql tcpdump | grep bin
江户川柯南 于 2009-05-04 14:01:10发表:
whereis
which
yangshan 于 2009-05-04 12:02:22发表:
学习了
henryhj 于 2009-04-27 19:07:52发表:
[code]whereis tcpdump[/code]