Skip to content

Instantly share code, notes, and snippets.

@haio
Created August 2, 2013 06:30
Show Gist options
  • Save haio/6137877 to your computer and use it in GitHub Desktop.
Save haio/6137877 to your computer and use it in GitHub Desktop.
kill multiple process
ps -aux | grep nobody | awk '{print $2}'| sudo xargs -n 1 kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment