Answers for "how do i see what program is using a port"

1

that port in use

sudo fuser -k 8000/tcp
Posted by: Guest on April-26-2020
-1

check which application is using port

In Windows CMD/Powershell:
netstat -aon | findstr '[port_number]'
Posted by: Guest on October-02-2020

Code answers related to "how do i see what program is using a port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language