Hi, I'm looking for a way to see which processes are listening on incoming tcp/udp connections.
So, here is my output of netstat -f inet -p udp -l Proto Recv-Q Send-Q Local Address Foreign Address (state) udp 0 0 core.5022 lithium.constant.ntp udp 0 0 core.8806 hydrogen.constan.ntp udp 0 0 core.21164 helium.constant..ntp udp 0 0 *.* *.* udp 0 0 *.* *.* First, what does it mean *.* *.* in last 2 entries. Second, how can I verify what process is listening on ports 5022,8806 and 21164? Best regards, Chris