lavajumper
October 27th, 2009, 08:13 PM
(This was originally posted in Networking & Wireless)
This is something that's been bugging me for years. When I do a netstat -anutp, I get a number of entries like the ones here:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:41993 0.0.0.0:* LISTEN -
udp 0 0 0.0.0.0:2049 0.0.0.0:* -
udp 0 0 0.0.0.0:44209 0.0.0.0:* -
Note the PID being listed. I assume there is not anything 'wrong' as this has been happening on every Linux installation I've seen, It's just that a listen socket with no process id makes me nervous. Can anyone shed some light on this?
This is something that's been bugging me for years. When I do a netstat -anutp, I get a number of entries like the ones here:
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN -
tcp 0 0 0.0.0.0:41993 0.0.0.0:* LISTEN -
udp 0 0 0.0.0.0:2049 0.0.0.0:* -
udp 0 0 0.0.0.0:44209 0.0.0.0:* -
Note the PID being listed. I assume there is not anything 'wrong' as this has been happening on every Linux installation I've seen, It's just that a listen socket with no process id makes me nervous. Can anyone shed some light on this?