Answers for "kill process on mac at 8080"

9

kill process running on port mac

sudo lsof -i :3000

kill -9 <PID>
Posted by: Guest on February-11-2021
1

kill the process running on 8080

netstat  -ano  |  findstr  <Port Number>
Posted by: Guest on February-27-2020

Code answers related to "kill process on mac at 8080"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language