Skip to content

Instantly share code, notes, and snippets.

@xiaoysh8
Created September 26, 2017 23:28
Show Gist options
  • Save xiaoysh8/d684da5c09b57b55be216b2377f66111 to your computer and use it in GitHub Desktop.
Save xiaoysh8/d684da5c09b57b55be216b2377f66111 to your computer and use it in GitHub Desktop.
find process and kill
ps a | grep ****
kill -9 ****
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment