Answers for "kill server 8080"

1

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:\Users\RevisitClass>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