2024-07-27 screen后台运行任意终端 1.系统安装screen centos yum install screen debian apt install screen 2.创建一个新的窗口 screen -S test 3.进入窗口后 执行文件 python test.p... 阅读全文