Wednesday 15 June 2011

python - How to kill the background process automatically with no `kill pid`? -



python - How to kill the background process automatically with no `kill pid`? -

i run background process in vps console command .

nohup python /home/test.py &

when programme on , input ps aux in putty console ,the message displayed in screen.

root 3513 0.1 2.9 24296 15004 ? s 11:51 0:00 python /home/test

how can kill process no kill 3513 ?

python shell process

No comments:

Post a Comment