how to kill running ports in linux code example Example 1: kill port lsof -i:8080 Example 2: kill port kill $(lsof -t -i:8080)