linux kill the port code example Example 1: kill port kill -9 $(lsof -t -i tcp:8080) Example 2: kill port sudo kill -9 $(sudo lsof -t -i:8080)