python 切换进程为用户态 - [Python]
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://25swf.blogbus.com/logs/56309597.html在python新启的进程中调用以下代码,tinsgao 为用户名
from os import setuid
setuid(int(os.popen("id -u %s"%"tinsgao").read()))
版权声明:转载时请以超链接形式标明文章原始出处和作者信息及本声明
http://25swf.blogbus.com/logs/56309597.html
在python新启的进程中调用以下代码,tinsgao 为用户名
from os import setuid
setuid(int(os.popen("id -u %s"%"tinsgao").read()))