• # essaie en root ou avec sudo

    Posté par . En réponse au message Process en écoute sans pid. Évalué à 2.

    netstat -lntp
    (Not all processes could be identified, non-owned process info
     will not be shown, you would have to be root to see it all.)
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:45422 0.0.0.0:* LISTEN - 
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN - 
    tcp 0 0 0.0.0.0:38002 0.0.0.0:* LISTEN - 
    tcp 0 0 127.0.0.1:5939 0.0.0.0:* LISTEN - 
    tcp 0 0 127.0.0.1:20245 0.0.0.0:* LISTEN - 
    tcp 0 0 0.0.0.0:22 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:7001 0.0.0.0:* LISTEN 2314/nxnode.bin 
    tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN - 
    tcp 0 0 127.0.0.1:12001 0.0.0.0:* LISTEN 2314/nxnode.bin 
    tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN - 
    tcp 0 0 0.0.0.0:48520 0.0.0.0:* LISTEN - 
    tcp 0 0 127.0.0.1:25001 0.0.0.0:* LISTEN 2497/nxclient.bin
    tcp 0 0 0.0.0.0:49193 0.0.0.0:* LISTEN -

    alors qu'en SUDO on a plus d'info

    sudo netstat -lntp
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 0.0.0.0:45422 0.0.0.0:* LISTEN - 
    tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 816/rpcbind 
    tcp 0 0 0.0.0.0:38002 0.0.0.0:* LISTEN 1035/rpc.mountd 
    tcp 0 0 127.0.0.1:5939 0.0.0.0:* LISTEN 1711/teamviewerd
    tcp 0 0 127.0.0.1:20245 0.0.0.0:* LISTEN 1201/nxserver.bin
    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1005/sshd 
    tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 3858/cupsd 
    tcp 0 0 127.0.0.1:7001 0.0.0.0:* LISTEN 2314/nxnode.bin 
    tcp 0 0 0.0.0.0:4000 0.0.0.0:* LISTEN 1402/nxd 
    tcp 0 0 127.0.0.1:12001 0.0.0.0:* LISTEN 2314/nxnode.bin 
    tcp 0 0 0.0.0.0:2049 0.0.0.0:* LISTEN - 
    tcp 0 0 0.0.0.0:48520 0.0.0.0:* LISTEN 1035/rpc.mountd 
    tcp 0 0 127.0.0.1:25001 0.0.0.0:* LISTEN 2497/nxclient.bin
    tcp 0 0 0.0.0.0:49193 0.0.0.0:* LISTEN 1035/rpc.mountd