Skip to content

Instantly share code, notes, and snippets.

@andreasonny83
Last active January 21, 2020 12:58
Show Gist options
  • Save andreasonny83/22d1cc667ca33505a2e8a80177d31429 to your computer and use it in GitHub Desktop.
Save andreasonny83/22d1cc667ca33505a2e8a80177d31429 to your computer and use it in GitHub Desktop.
Background processes

ps aux | grep node

run top find the process id (PID) ps -efl | grep 10399 kill -9 10399

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