nohup python a.py > a.log 2>&1 &
在窗口中单开虚拟session:
tmux new -s "name"
推出虚拟窗口:
control+b (+d)
查看该虚拟窗口:
tmux -a -t "name"