netstat -lnp outputing results without PID

Antonin GAVREL

After using netstat -lnp I wonder how comes some of the result don't show any PID/Program name? Should I be worried? See below:

Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name    
tcp        0      0 127.0.0.1:33223         0.0.0.0:*               LISTEN      31952/dart          
tcp        0      0 127.0.0.1:5037          0.0.0.0:*               LISTEN      13351/adb           
tcp        0      0 127.0.0.1:41741         0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.1:5939          0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.53:53           0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.1:5433          0.0.0.0:*               LISTEN      -                   
tcp        0      0 0.0.0.0:25              0.0.0.0:*               LISTEN      -                   
tcp        0      0 127.0.0.1:5434          0.0.0.0:*               LISTEN      -                   
tcp6       0      0 ::1:33223               :::*                    LISTEN      31952/dart          
tcp6       0      0 127.0.0.1:63342         :::*                    LISTEN      1061/java           
tcp6       0      0 ::1:631                 :::*                    LISTEN      -                   
tcp6       0      0 127.0.0.1:8599          :::*                    LISTEN      1061/java           
tcp6       0      0 :::25                   :::*                    LISTEN      -                   
tcp6       0      0 127.0.0.1:6942          :::*                    LISTEN      1061/java           
udp        0      0 224.0.0.251:5353        0.0.0.0:*                           26664/chrome        
udp        0      0 224.0.0.251:5353        0.0.0.0:*                           26664/chrome        
udp        0      0 224.0.0.251:5353        0.0.0.0:*                           26705/chrome --type 
udp        0      0 127.0.0.53:53           0.0.0.0:*                           -                   
udp        0      0 0.0.0.0:68              0.0.0.0:*                           -                   
udp        0      0 0.0.0.0:631             0.0.0.0:*                           -                   
raw6       0      0 :::58                   :::*                    7           -                   

I have identified some of them:

  • Port _621: Printing
  • Port 5939: Teamviewer
  • Port 5433 and 5434: PostgresQL
EWJ00

In netstat, you won't see PIDs if it is a kernel process. Also, like @Mathias Weidner was suggesting, you won't see the PID if the user invoking netstat isn't privileged enough.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

Outputing Results from EXECUTE IMMEDIATE PLSQL

sudo netstat -antp not showing PID

Command similar to netstat -np but grouped by state and PID?

How to do a netstat that will only filter based on pid

Can not find port in netstat for a specific PID in tasklist

Outputing to console results from xlsx file on VB.NET

linux + port in use + but no PID return from netstat to kill the PID

Is there a way to display `free` updates in place without outputing new lines?

Use Findstr to find string and save it to a file without outputing error

Matplotlib process keep outputing figures without script execution

Erlang print PID as results

How to get netstat results grouping by app name?

How to get information out of netstat's results

Ideas for parsing netstat results for active connections

How to parse netstat command in order to get process name and PID from it?

UNIX expression to filter out PID from netstat output

how to netstat and kill pid of the program to make server working?

Does `netstat` output different sockets with and without -n?

How to see the address dnsmasq is listening to without netstat

Remove locks without a pid in postgres

What does 'Listening' refer to when looking at the results displayed by netstat?

Check local port is free from Inno Setup without netstat usage

Java - Array outputing null

ArrayList not outputing correctly

Accessing and outputing private vector

Sqlite rows not outputing in php

Logging not outputing anything

Recursive function for outputing string

Outputing Pyramids of Unknown Width