How to create a unix shell account with Python?

brent.chambers at gmail.com brent.chambers at gmail.com
Sun Feb 5 16:01:23 EST 2006


os.system("useradd ...")

Its not pretty, but it gets it done.




More information about the Python-list mailing list