11Jan/120
How to kill process that running on specific port
Its very annoying, when you trying to start the services, but the port is already in use. What to do? Kill it! So that you can start the services again.
i use example: red5 port running on 5080.
how to find that port : 5080 is run on what process?
lsof -w -n -i tcp:5080
then the process and pid will appear.
kill it by typing:
kill -9 <pid -id></pid>
hope that help.
Link To This Page
1. Click inside the codebox2. Right-Click then Copy
3. Paste the HTML code into your webpage
codebox
Incoming search terms:
- centos kill application on certain port (1)
- how to kill the process running on specific port in linux (1)
- kill it for centos 5 (1)
- kill port 5080 (1)
- kill process centos 6 (1)
- kill process on a particular port centos 5 7 (1)
- kill process on a specific port (1)
- kill red5 port (1)
- port process kill (1)
- pskill port (1)