Home » Categories » Network | ||||
see connections on a specific port using netstat in terminal |
||||
Article Number: 128 | Rating: Unrated | Last Updated: Sat, May 31, 2025 at 2:53 PM
|
||||
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>" |
||||
| ||||
Attachments
![]()
There are no attachments for this article.
| ||||
Comments ![]() There are no comments for this article. Be the first to post a comment. | ||||