![]() |
|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
![]() |
|
Thread Tools | Display Modes |
|
|||
![]()
Where can i find tcpdump installation package?? I tried google it so many times but found nothing...
![]() |
|
|||
![]()
openbsd ofcause.
![]() ![]() |
|
||||
![]()
The tcpdump program is included in the base*.tgz fileset, and should have been installed already. The tcpdump(8) man page is included in the man*.tgz fileset.
I'm guessing you're using a shell which does not have /sbin or /usr/sbin in it's $PATH variable. Edit: I just doublechecked, it's in /usr/sbin. Last edited by jggimi; 30th March 2009 at 01:34 PM. |
|
|||
![]()
oh, Thank you
![]() |
|
||||
![]()
If you want to know if a commands ready to execute in your shell, use type or which. If the systems configured for it, the locate and whereis commands might also be suitable for fighting installed programs that might not be in your path:
Code:
Terry☺@vectra☺$☺ type tcpdump tcpdump is /usr/sbin/tcpdump Terry@vectra$ which tcpdump /usr/sbin/tcpdump Terry@vectra$ locate tcpdump /usr/sbin/tcpdump /usr/share/man/cat8/tcpdump.0 Terry@vectra$ whereis tcpdump /usr/sbin/tcpdump Terry@vectra$
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
echo tcpdump date to an output | bsdnewbie999 | Programming | 8 | 8th April 2009 02:58 PM |
tcpdump snaplen WARNING | bsdnewbie999 | OpenBSD General | 1 | 17th March 2009 03:24 AM |
i would like to know about tcpdump | chamnanpol | FreeBSD General | 8 | 17th September 2008 11:00 AM |
Help with tcpdump file | brokensilence | General software and network | 2 | 10th July 2008 03:45 PM |
OpenJDK package | aleunix | OpenBSD Packages and Ports | 2 | 2nd June 2008 07:54 AM |