Kill All Process of Port
267
If you want to kill all process working on a port, you can use lsof command inside kill function:
kill -9 $(lsof -t -i:8080)
On this example all the process will be killed belong to 8080 port.
If you are looking for consultation, fill the Contact Form below.
In the midst of chaos, there is also opportunity.
Haluk YAMANER
Founder @ Future Software UAE
Founder @ Future Linux
Click here for more about me »