Re: netstat ports - best method to check validity

From: Bernd Eckenfels (usenet2001-12@lina.inka.de)
Date: 01/01/02

  • Next message: Bill Toids: "Re: A Challenge"

    From: Bernd Eckenfels <usenet2001-12@lina.inka.de>
    Date: 1 Jan 2002 16:29:44 GMT
    
    

    In comp.security.unix gaius.petronius <rut@linuxmail.org> wrote:
    > The following is some output of the command 'netstat -a | egrep
    > LISTEN'

    On Linux you may use "netstat -lpeov" for full output, which gives you as root
    for example the oenwer of the listening socket.

    On FreeBSD you can use sockstat for that.

    Greetings
    Bernd