I've started a SimpleHTTPServer via the command python -m SimpleHTTPServer 9001
.
I'd like to stop it without having to force quit Terminal. What's the keystrokes required to stop it?
CTRL + C is usually the right way to kill the process and leave your terminal open.