Commands Help : netstat

  •  Print network connections, routing tables, interface statistics, masquerade

[SYNOPSIS] netstat OPTION
option
-aShow both listening and non-listening sockets
-rshow routing table
-ishow interface's tables
-lShow only listening sockets
-ndon't resolve names
-pShow the PID and name of the program to which each socket belongs
-vshow verbose
-eDisplay additional information
-gdisplay multicast group memberships
-sdisplay networking statistics (like SNMP)
-odisplay timers
-ccontinuous listing
-Mdisplay masqueraded connections
-Fdisplay Forwarding Information Base (default)
-Cdisplay routing cache instead of FIB

Comments

Popular posts from this blog

PostgreSQL - String Function

SwiftUI - TEXT

PostgreSQL - DATE/TIME Functions and Operators