Created
August 2, 2012 01:21
-
-
Save sunggun-yu/3232247 to your computer and use it in GitHub Desktop.
Kill all the process by name
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kill -9 `pidof memcached` | |
killall memcached |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment