ubuntu close port 8080 code example Example 1: hhow to stop port 8080 on ubuntu lsof -i:8080 Example 2: hhow to stop port 8080 on ubuntu kill $(lsof -t -i:8080)