net.rst
changeset 1544 bed7c3cc0cc7
parent 1334 9bf0d5a1f0cf
child 1681 cbaf01817987
equal deleted inserted replaced
1543:a776603b338b 1544:bed7c3cc0cc7
    58   cmd> netstat -s     # show IP, ICMP, TCP, and UDP statistics.
    58   cmd> netstat -s     # show IP, ICMP, TCP, and UDP statistics.
    59 
    59 
    60 List of open ports under Linux.
    60 List of open ports under Linux.
    61 -------------------------------
    61 -------------------------------
    62 
    62 
    63 -t tcp, -u udp, -l local, -p process::
    63 ``-t`` tcp, ``-u`` udp, ``-l`` local, ``-p`` process::
    64 
    64 
    65   $ sudo netstat -tulp
    65   $ sudo netstat -tulp
    66 
    66 
    67 or to use port number instead of protocol name::
    67 or to use port number instead of protocol name::
    68 
    68