Difference between revisions of "Netstat"

From wikieduonline
Jump to navigation Jump to search
(Created page with "<code>Netstat</code>is a command at least available in Linux, macOS and Windows that displays network statistics. Category:Networking Category:Linux [...")
 
Line 2: Line 2:
  
  
 +
== Linux Examples ==
 +
* <code>netstat -vatunp</code>
  
 +
== [[macOS]] Examples ==
 +
* <code>netstat -ap tcp</code>
 +
** <code>netstat -ap tcp | grep LISTEN</code>
 +
 +
 +
== See also ==
  
  

Revision as of 14:07, 8 December 2019

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


Linux Examples

  • netstat -vatunp

macOS Examples

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


See also

Advertising: