[CentOS] showing which process/kernerldaemon own udp ports?

Wed Apr 5 14:04:15 UTC 2006
George Dodd <gdodd at intercosmos.com>

Christian Nygaard wrote:
> How does one know which process/kerneldaemon that own specific udp ports?

Hi,

There's lsof of course, you just don't have the options right (see post 
in this thread before mine). Then there's the much faster fuser:

fuser 911/udp

And the much more complete:

netstat -pa

Regards,

George