apt-get install screen
运行 screen,然后运行 你想要运行的程序
按 ctrl+a, d 暂时断开screen
退出putty 重新连接
screen -ls 查看刚才程序进程号 screen -r 进程号 重新回来