标签: python subprocess
在Python中执行Linux命令的安全方法是什么?
我在代码中使用以下方法- 进程= Popen([os_cmd],stdout = PIPE,stderr = PIPE,shell = True)