Answers for "how to kill task on port"

4

stop task on port

npx kill-port 8080
Posted by: Guest on September-19-2020
-2

windows kill process on port

netstat -ano | findstr :<PORT>
taskkill /PID <PID> /F
Posted by: Guest on January-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language