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. Sun Tzu
Haluk YAMANER - Personal
Contact Form
You must complete Security Verification to submit your form.