Lilypie - Personal pictureLilypie

2 Comments Already

commenter
cctv Said,
October 25th, 2007 @2:08 pm  

I have change successly use code below

#!/usr/bin/python

import os

p = os.popen(‘/usr/bin/passwd’, ‘w’)
p.write(‘password\n’)
p.write(‘password\n’)
p.close()

commenter
cikul Said,
June 22nd, 2008 @7:44 am  

i have try that code, but in some linux box does not work. Thank’s for share

Related Post

Please Leave Your Comments Below

Please Note: All comments will be moderated