Home » Categories » Network

see connections on a specific port using netstat in terminal

To see connections on a specific port using netstat in Linux:

netstat -anp | grep :<port_number>

 

 

To see connections on a specific port using netstat in Windows:

netstat -np TCP | find "<port_number>"
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
  • Icon MS-WordExport to MS Word
 
Attachments Attachments
There are no attachments for this article.
Comments Comments
There are no comments for this article. Be the first to post a comment.
Related Articles RSS Feed
There are no related articles for this article.