Answers for "ubuntu kill all processes using port 5000"

1

kill process at a port ubuntu

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

ubuntu kill running port

Kill specific port
Posted by: Guest on May-05-2021

Code answers related to "ubuntu kill all processes using port 5000"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language