Find which port a process is using

Code examples

13
0

find out process using port windows

netstat -ano | findstr 8080
7
0

find out which procses is using port linux

sudo lsof -i:<port_number>
0
0

See process on port

netstat -ano | findstr 8080Code language: Bash (bash)
-1
0

windows know a process that is using a port

Windows List Process In Port

In other languages

This page is in other languages

Русский
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................