通过远程ssh启动程序时,后台运行程序并将标准输出重定向到某个日志文件: sudo apt install expect nohup unbuffer python test.py > ./log_test 2>&1 &