kill the application that is using a port in linux code example Example 1: kill port kill -9 $(sudo lsof -t -i:8080) Example 2: kill a port kill $(lsof -ti:3000)