Skip to content

Instantly share code, notes, and snippets.

@manuelmorales
Created July 17, 2013 16:19
Show Gist options
  • Save manuelmorales/6022096 to your computer and use it in GitHub Desktop.
Save manuelmorales/6022096 to your computer and use it in GitHub Desktop.
How to freeze a process in Linux with kill
sudo kill -SIGSTOP 21758
sudo kill -SIGCONT 21758
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment