Ticker

6/recent/ticker-posts

Advertisement

Netstat Command

Netstat Command


Netstat is a command-line utility that is used for display network connections for TCP ( Transmission Control Protocol). its have so many other options that show running tables, a number of network interface, and protocol statistics.


Netstat Command Example:- 
netstat -a


Netstat -an
Netstat -a | more


Netstat -e


Netstat -at


Netstat -a -x


Netstat | findstr ESTABLISHED


Netstat -o


Netstat -s | findstr Errors


Netstat -s -p tcp -f


Post a Comment

0 Comments