How to create a user in linux using python
Use useradd
, it doesn't ask any questions but accepts many command line options.
On Ubuntu, you could use the python-libuser package
Use useradd
, it doesn't ask any questions but accepts many command line options.
On Ubuntu, you could use the python-libuser package