How do I create a user in Linux using Python? I mean, I know about the subprocess module and thought about calling \'adduser\' and passing all the parameters at once, but th
Use useradd, it doesn't ask any questions but accepts many command line options.
useradd