English 中文(简体)
标签:的问答
页: 1
原文:Python os.execve()

I m trying spawn new process with method execve() from os module. I need spawn new process and do some stuff in another directory, but i won t change. code: import os os.execve( /bin/ls , [ /bin/ls ...

热门标签