Skip to content

Instantly share code, notes, and snippets.

@carlosromero
Created October 13, 2011 10:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carlosromero/1283907 to your computer and use it in GitHub Desktop.
Save carlosromero/1283907 to your computer and use it in GitHub Desktop.
kill process
ps -A|awk '/searchd/ {print $1}'|xargs kill
#or use: killall process name
@Chunlin-Li
Copy link

its useful for me. thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment