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 |
jobs -l should give you the pid for the list of nohup processes. kill (-9) them gently. ;)