Difference between revisions of "Netstat"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
<code>Netstat</code>is a command to displays [[network]] statistics. <code>Netstat</code> is at least available in [[AIX]], [[Linux]]<ref>http://man7.org/linux/man-pages/man8/netstat.8.html</ref>, [[macOS]] and [[Windows]]  
 
<code>Netstat</code>is a command to displays [[network]] statistics. <code>Netstat</code> is at least available in [[AIX]], [[Linux]]<ref>http://man7.org/linux/man-pages/man8/netstat.8.html</ref>, [[macOS]] and [[Windows]]  
  
* Package: <code>net-tools</code>
+
* Package: <code>[[net-tools]]</code>
  
 
== Linux Examples ==
 
== Linux Examples ==

Revision as of 06:33, 22 January 2020

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

Linux Examples

  • netstat -vatunp or netstat -lnpt[2]. See also: ss -ap[3], ss -ta and lsof
-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

macOS Examples

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


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: