Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to listen to the process running in port 8080 and kill it

Steps to kill process running on port 8080 in Windows cmd/terminal,

#1 netstat -ano | findstr < Port Number >
#2 taskkill /F /PID < Process Id >
Source by unix.stackexchange.com #
 
PREVIOUS NEXT
Tagged: #listen #process #running #port #kill
ADD COMMENT
Topic
Name
7+3 =