Answers for "kill pid on 8080"

2

kill the process running on 8080

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

kill the process running on 8080

C:UsersRevisitClass>taskkill /F /PID 19788
SUCCESS: The process with PID 19788 has been terminated.
Posted by: Guest on February-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language