Kill Process Port Linux | lsof Command Guide
Intermediate
How to Kill Process by Port in Linux? Quick Answer: Use sudo kill -9 $(lsof -t -i:8080) to kill processes using port 8080. Replace 8080...
Bash
sudo kill -9 $(lsof -t -i:8080)