Kill all processes running on a port in Linux October 17, 2024October 17, 2024 by poopcode Use the following command: sudo kill -9 `sudo lsof -t -i:8080`