Execute a process as a specific user

Maurix maurix78_remove_this_ at wanadoo.es
Fri Jun 13 10:53:23 EDT 2003


Hi everyone.

A question for the unix users...
How can i execute a process as a specific user from a process
with root privileges?
i'm doing this now with this command

os.system("su usuario -c comando")

Can i make this whitout the "su" command

Thanks





More information about the Python-list mailing list