Skip to content

Instantly share code, notes, and snippets.

@developernotes
Created August 15, 2011 14:53
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save developernotes/1146913 to your computer and use it in GitHub Desktop.
Save developernotes/1146913 to your computer and use it in GitHub Desktop.
kill diskimages-helper processes
ps -A | grep diskimages-helper | awk '{print $1}' | xargs kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment