Skip to content

Instantly share code, notes, and snippets.

@iamskok
Created December 8, 2019 21:01
Show Gist options
  • Save iamskok/3a8bb96c5b2cfd0906e9f7922127c36a to your computer and use it in GitHub Desktop.
Save iamskok/3a8bb96c5b2cfd0906e9f7922127c36a to your computer and use it in GitHub Desktop.
Kill Node process on a specific port
lsof -nP -i4TCP:9000 | grep LISTEN
kill PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment