Skip to content

Instantly share code, notes, and snippets.

@tiagobbraga
Created September 26, 2016 16:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tiagobbraga/c30d5c1e9c9aa7d5bde37ec5382dc519 to your computer and use it in GitHub Desktop.
Save tiagobbraga/c30d5c1e9c9aa7d5bde37ec5382dc519 to your computer and use it in GitHub Desktop.
# show all processes
lsof -wni tcp:3000
# kill process
kill -9 NUMBER_OF_PROCESS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment