Skip to content
This repository was archived by the owner on May 16, 2026. It is now read-only.

Latest commit

 

History

History
19 lines (17 loc) · 626 Bytes

File metadata and controls

19 lines (17 loc) · 626 Bytes
title 20201011164848-netstat
date 2025-08-03 15:39:54 UTC
tags
networking
modified 2026-03-30 09:03:33 UTC

Show all active and listening ports netstat -a

Flag Description
-a Show all used ports including listening ports
-n Show raw port numbers and IP addresses
-o Show process ID
-b Show name of running program
-r Shows the routing table of the local host
-s shows TCP/IP statistics