Answers for "how to kill a process in linux by port"

2

kill port

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

kill linux port

sudo fuser -k 1883/tcp
Posted by: Guest on November-07-2020

Code answers related to "how to kill a process in linux by port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language