Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Apr 1999 22:44:46 -0400 (EDT)
From:      Matt Behrens <matt@zigg.com>
To:        Mike Tancsa <mike@sentex.net>
Cc:        Daren Sefcik <daren@sefcik.cc>, freebsd-stable@FreeBSD.ORG
Subject:   Re: netstat & blackjack
Message-ID:  <Pine.BSF.4.10.9904082243410.19485-100000@megaweapon.zigg.com>
In-Reply-To: <3.0.5.32.19990408130021.00bd6360@staff.sentex.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 8 Apr 1999, Mike Tancsa wrote:

: Something on your computer is connected to port 1025... 
: 
: web# grep ^blackj /etc/services
: blackjack       1025/tcp   #network blackjack
: blackjack       1025/udp   #network blackjack
: 
: Are you playing network blackjack by chance ? ;-)  Or, if you are not, use
: lsof to find out which process is bound to that port.

You don't even need lsof, now that fstat works again. :)

$ netstat -A		(find the descriptor in the left column)
$ fstat | grep descriptor

Matt Behrens <matt@zigg.com>
Owner/Administrator, zigg.com
Chief Engineer, Nameless IRC Network



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9904082243410.19485-100000>