Skip to content

Poop Code

  • Home
  • Linux

Kill all processes running on a port in Linux

October 17, 2024October 17, 2024 by poopcode

Use the following command:

sudo kill -9 `sudo lsof -t -i:8080`
Categories Linux
Sort the list of file names using ls command
View processes list in tree format in Linux
© 2025 Poop Code • Built with GeneratePress