Skip to content

Instantly share code, notes, and snippets.

@Chrispassold
Created September 6, 2018 18:29
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 Chrispassold/2f155bdeb0179acd7d47de300a87ba66 to your computer and use it in GitHub Desktop.
Save Chrispassold/2f155bdeb0179acd7d47de300a87ba66 to your computer and use it in GitHub Desktop.
Find process in linux and kill
ps -A | grep firefox
kill PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment