Answers for "close all process running on localhost port ubuntu"

2

kill port

kill -9 $(lsof -t -i tcp:8080)
Posted by: Guest on May-23-2020
1

debian kill open port

fuser -k 3000/tcp 	//will kill that process.
Posted by: Guest on November-09-2020

Code answers related to "close all process running on localhost port ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language