Skip to content

Instantly share code, notes, and snippets.

@light9
Created October 7, 2013 16:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save light9/6870836 to your computer and use it in GitHub Desktop.
Save light9/6870836 to your computer and use it in GitHub Desktop.
kill a process on a port on ubuntu
sudo kill $(sudo lsof -t -i:3000)
@BiStokeCity
Copy link

can u help me. this statement will kill which port?

@mjarpitanand
Copy link

3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment