Skip to content

Instantly share code, notes, and snippets.

@FutoRicky
Last active October 26, 2021 17:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save FutoRicky/6daa89c81867c9f10e50f9105b6acc9d to your computer and use it in GitHub Desktop.
ps -ax | grep <application name>
kill -9 <PID>
------------------------------
kill rails s:
$ lsof -wni tcp:3000
$ kill -9 PID
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment