Gentoo Archives: gentoo-user

From: Etaoin Shrdlu <shrdlu@×××××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Which process is using port 5060 ?
Date: Thu, 15 Jun 2006 17:24:39
Message-Id: 200606151905.03197.shrdlu@unlimitedmail.org
In Reply to: [gentoo-user] Which process is using port 5060 ? by Dave S
1 On Thursday 15 June 2006 18:21, Dave S wrote:
2
3 > Hi all,
4 >
5 > Apparently my SIP port 5060 is in use. Is there a Linux command to
6 > tell me what process is using this port. I have a vague memory of
7 > seeing such a command but just cannot remember or find it.
8
9 IIRC, it's fuser with the "-n tcp" option, eg
10
11 # fuser -n tcp 5060
12
13 should tell you the pid of the process that is using tcp port 5060.
14 --
15 gentoo-user@g.o mailing list