Skip to content

Instantly share code, notes, and snippets.

@dongbum
Last active October 31, 2017 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dongbum/c75b47285fa410a415970310366270fb to your computer and use it in GitHub Desktop.
Save dongbum/c75b47285fa410a415970310366270fb to your computer and use it in GitHub Desktop.
특정 프로세스 KILL 스크립트 (for linux)
kill -9 `ps -ef | grep PROCESS_NAME | grep -v 'grep' | awk '{print $2}'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment