红联Linux门户
Linux帮助

tcpdump安装成功但是不晓得放在哪里了?

发布时间:2009-04-27 17:23:52来源:红联作者:lyl-0625
tcpdump安装成功但是不晓得放在哪里了?用什么命令可以查找到啊?我使用的是redhatl linux 9.0
文章评论

共有 4 条评论

  1. 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

  2. 江户川柯南 于 2009-05-04 14:01:10发表:

    whereis
    which

  3. yangshan 于 2009-05-04 12:02:22发表:

    学习了

  4. henryhj 于 2009-04-27 19:07:52发表:

    [code]whereis tcpdump[/code]