标签: python-3.x subprocess
我想更改位于远程主机上的文件的权限。我可以通过ssh user @ ABC'chmod 777 / files / nodesIn'通过bash进行操作。 我想使用python子进程来执行此命令。我该怎么办?