On Thursday 15 June 2006 18:21, Dave S wrote:

> Hi all,
>
> Apparently my SIP port 5060 is in use. Is there a Linux command to
> tell me what process is using this port. I have a vague memory of
> seeing such a command but just cannot remember or find it.

IIRC, it's fuser with the "-n tcp" option, eg 

# fuser -n tcp 5060

should tell you the pid of the process that is using tcp port 5060.
-- 
gentoo-user@gentoo.org mailing list

Reply via email to