Marcpp wrote: > Hi, when i mount a share with python... > > os.system ("mount -t smbfs -o username=nobody ...") > > the problem is that I'll to be root.
Consider modifying /etc/fstab. > Have a comand to send a root password...? > I've tried > > os.system ("su") > os.system ("the password") > > but it doesn't works. Be advised that storing a root password as clear text can be a huge security risk. Use sudo. Regards, Björn -- BOFH excuse #9: doppler effect -- http://mail.python.org/mailman/listinfo/python-list