How do I find (and kill) process running on a certain port?
Fresh3 days ago
Mar 15, 202675528 viewsConfidence Score0%
0%
Problem
Possible Duplicate: Finding the process that is using a certain port in Linux I'm using Ubuntu Linux 11.04. How do I write a shell script expression that will find the process running on port 4444 and then kill the process?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: How do I find (and kill) process running on a certain port?
Low Risk
You could use to find the process: would list only the pid of the process listening on port 4444. You could just say if you were brave.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix