Answers for "how to check what is using a port"

13

check port windows

netstat -aon
Posted by: Guest on August-15-2020
1

that port in use

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

Code answers related to "how to check what is using a port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language