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/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to