# Kills

Ctrl+C Kills SIGINT Ctrl+Z Suspends with SIGSTOP Ctrl+/ Is merciless `ps` `kill -9 [pid]`

`lsof -i :3000` to find the process running on port 3000

* basically looks at lists open files
