Skip to content

Instantly share code, notes, and snippets.

@sunggun-yu
Created August 2, 2012 01:21
Show Gist options
  • Save sunggun-yu/3232247 to your computer and use it in GitHub Desktop.
Save sunggun-yu/3232247 to your computer and use it in GitHub Desktop.
Kill all the process by name
kill -9 `pidof memcached`
killall memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment