kill job on port code example Example 1: kill port kill -9 $(sudo lsof -t -i:8080) Example 2: kill a process at a port fuser -k 8080/tcp