Difference between revisions of "Netstat"

From wikieduonline
Jump to navigation Jump to search
Line 5: Line 5:
 
== 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><ref>https://unix.stackexchange.com/a/9254</ref>, <code>ss -ta</code> and <code>[[lsof]]</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> and <code>[[lsof]]</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
 
  -t --tcp
 
  -t --tcp

Revision as of 20:03, 31 January 2023

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

Linux Examples

-l show only listening sockets
-p --program Show the PID and name (PID/name) of the program to which each socket belong
-t --tcp
  • netstat -vatunp
-v --verbose
-a --all
  • netstat -tn or netstat --tcp -n (TCP connections)
  • netstat -rn IP routes

macOS examples

Windows examples

-b displays the executable involved in creating each connection or listening port.

Related

See also

  • http://man7.org/linux/man-pages/man8/netstat.8.html
  • https://unix.stackexchange.com/a/9254
  • https://unix.stackexchange.com/a/9254
  • Advertising: