Difference between revisions of "Netstat"

From wikieduonline
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
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]]  
+
{{lc}}<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>
Line 36: Line 36:
 
* <code>[[command not found]]</code>
 
* <code>[[command not found]]</code>
 
* <code>[[/proc/net/netstat]]</code>
 
* <code>[[/proc/net/netstat]]</code>
 +
* [[IP forwarding]]
  
 
== See also ==
 
== See also ==

Latest revision as of 17:09, 18 December 2023

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

Linux Examples[edit]

-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[edit]

Windows examples[edit]

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

Related[edit]

See also[edit]

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