port already in use linux kill code example Example 1: kill port kill -9 $(lsof -t -i:8080) Example 2: kill port kill $(lsof -t -i:8080)