Running process in the background

前端 未结 5 944
日久生厌
日久生厌 2020-12-17 03:24

I am finding hard to run a process at background using paramiko. I used :

stdin, stdout, stderr = ssh.exec_command(\'executefile.py &\') 
5条回答
提交回复
热议问题