port process

cpghost at cordula.ws cpghost at cordula.ws
Tue Jan 4 08:16:47 PST 2005


On Tue, Jan 04, 2005 at 10:07:00AM -0600, Brian Henning wrote:
> Hey,
> 
> I have a xvfb process that needs a network port (6112 I think), but
> there is a process already using the port. The problem is that I don't
> know what the process is that is using it. Is there a way in unix to
> tell what process is using a specific network port.

$ sockstat -46 | grep ':6112'

> Thanks,
> 
> H

Cheers,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/


More information about the freebsd-questions mailing list