linux kill apps using port code example Example 1: kill port sudo kill -9 $(sudo lsof -t -i:8080) Example 2: kill linux port sudo fuser -k 1883/tcp