gpt4 book ai didi

python - 我可以通过 paramiko 的 exec_command 在服务器后台运行命令吗?

转载 作者:太空宇宙 更新时间:2023-11-04 09:52:15 27 4
gpt4 key购买 nike

我使用 Paramikoexec_command如下在服务器上运行后台命令:

client.exec_command('test > /dev/null 2 > &1 &')

但是我无法通过'ps aux | 查看进程grep 测试'.

为什么会这样?

最佳答案

因为“test”命令以给定表达式确定的状态退出。

命令在后台运行,但立即退出。

使用另一个命令,您会看到它在后台运行。

罗布

关于python - 我可以通过 paramiko 的 exec_command 在服务器后台运行命令吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9648566/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com