Answers for "how to kill all processes in linux that run in spesifc port"

2

kill all processes holding a port

sudo kill -9 $(sudo lsof -t -i:9001)
Posted by: Guest on January-07-2021

Code answers related to "how to kill all processes in linux that run in spesifc port"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language