screen后台运行任意终端 1.系统安装screencentosyum install screen debianapt install screen 2.创建一个新的窗口screen -S test 3.进入窗口后 执行文件python test.py 4... 阅读全文