Difference between revisions of "Netstat"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
== Linux Examples ==
 
== Linux Examples ==
* <code>netstat -vatunp</code> or <code>netstat -lnpt</code><ref>https://unix.stackexchange.com/a/9254</ref>. See also: <code>[[ss]] -ap</code>, <code>ss -ta</code>
+
* <code>netstat -vatunp</code> or <code>netstat -lnpt</code><ref>https://unix.stackexchange.com/a/9254</ref>. See also: <code>[[ss]] -ap</code><ref>https://unix.stackexchange.com/a/9254</ref>, <code>ss -ta</code>
 
  -l show only listening sockets
 
  -l show only listening sockets
 
  -p --program Show the PID and name (PID/name) of the program to which each socket belong
 
  -p --program Show the PID and name (PID/name) of the program to which each socket belong

Revision as of 14:25, 8 December 2019

Netstatis a command at least available in AIX, Linux[1], macOS and Windows that displays network statistics.


Linux Examples

  • netstat -vatunp or netstat -lnpt[2]. See also: ss -ap[3], ss -ta
-l show only listening sockets
-p --program Show the PID and name (PID/name) of the program to which each socket belong
-t --tcp


macOS Examples

  • netstat -ap tcp
    • netstat -ap tcp | grep LISTEN


See also

ip [link, route], ifconfig netstat ss lsof ping ethtool mii-tool arping nmcli(RHEL) route networkctl, netplan, tc

Advertising: