On Thursday 15 June 2006 12: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.

netstat -anp | grep :5060

More useful would be lsof (emerge lsof)

lsof -n | grep :5060

-- 
"When you walk across the fields with your mind pure and holy, then from
all the stones, and all growing things, and all animals, the sparks of
their soul come out and cling to you. And then they are purified, and
become a holy fire in you." -- Ancient Hasidic Saying
-- 
gentoo-user@gentoo.org mailing list

Reply via email to