
netstat
List of commands for netstat:
-
netstat:tldr:014a2 netstat: List information continuously.$ netstat --continuoustry on your machineexplain this command
-
netstat:tldr:02649 netstat: List all ports.$ netstat --alltry on your machineexplain this command
-
netstat:tldr:0b2f3 netstat: Display statistics by protocol.$ netstat -stry on your machineexplain this command
-
netstat:tldr:4417b netstat: Display active TCP connections and express addresses and port numbers numerically.$ netstat -ntry on your machineexplain this command
-
netstat:tldr:4985b netstat: Display network adapter statistics, such as the number of bytes and packets sent and received.$ netstat -etry on your machineexplain this command
-
netstat:tldr:57db5 netstat: Display all active TCP connections and the TCP and UDP ports on which the computer is listening.$ netstat -atry on your machineexplain this command
-
netstat:tldr:6d49c netstat: Display PID and program names.$ netstat --programtry on your machineexplain this command
-
netstat:tldr:7ce08 netstat: Display a list of currently open ports and related IP addresses.$ netstat -antry on your machineexplain this command
-
netstat:tldr:888ce netstat: List all listening ports.$ netstat --listeningtry on your machineexplain this command
-
netstat:tldr:960c0 netstat: Display active TCP connections.$ netstattry on your machineexplain this command
-
netstat:tldr:96c65 netstat: List listening TCP and UDP ports (+ user and process if you're root).$ netstat --listening --program --numeric --tcp --udp --extendtry on your machineexplain this command
-
netstat:tldr:9e738 netstat: List routes and do not resolve IP addresses to hostnames.$ netstat --route --numerictry on your machineexplain this command
-
netstat:tldr:b3eb0 netstat: List listening TCP ports.$ netstat --tcptry on your machineexplain this command
-
netstat:tldr:bacc1 netstat: Display active TCP connections and include the process ID (PID) for each connection.$ netstat -otry on your machineexplain this command
-
netstat:tldr:c85b6 netstat: Display the contents of the IP routing table.$ netstat -rtry on your machineexplain this command