[EMAIL PROTECTED] wrote:
> Hi!
> I must execute a command with os.command(), but with root permissions.
> Is there anyway to do that with python? 
> Thanks
> 
http://en.wikipedia.org/wiki/Setuid
Of course, it's not generally a good idea to have your program keep root 
permissions after it does whatever it needs to do.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to