Answers for "find php proccess running on port 5000"

2

kill port

sudo kill -9 $(sudo lsof -t -i: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 "find php proccess running on port 5000"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language