I\'m running a nohup process on the server. When I try to kill it my putty console closes instead.
this is how I try to find the process ID:
ps -ef |
I started django server with the following command.
nohup manage.py runserver
This works on CentOS:
:~ ns$netstat -ntlp :~ ns$kill -9 PID