[NCSA-discuss] windows cleanup following gratuitous download

Rob McCauley rob.mccauley at gmail.com
Tue Oct 10 09:42:11 EDT 2006


On 10/10/06, Joseph Mack NA3T <jmack at wm7d.net> wrote:
> Finding which process is
> opening a network connection isn't easy in Linux (I can't
> think of how to do it right now).

lsof and fuser both do it.

Examples:

lsof -i TCP:22
fuser 22/tcp

The latter is more specific--who has 22/tcp open on this box.  The
former will include processes connected to 22/tcp elsewhere.

Rob


More information about the ncsa-discussion mailing list