How to create a unix shell account with Python?

Peter Hansen peter at engcorp.com
Sun Feb 5 14:57:47 EST 2006


Sebastjan Trepca wrote:
> I couldn't find anything on creating a new linux user account in
> Python documentation.
> Anyone has any experience with this? You just run useradd command in
> shell or is there a more pythonic way?

Just run useradd.




More information about the Python-list mailing list