Skip to content

Instantly share code, notes, and snippets.

@sunggun-yu
Created August 2, 2012 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • 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