On 1 Jan 2007 11:33:42 -0800, "Ramdas" <[EMAIL PROTECTED]> wrote:
>How do I add users using Python scripts on a Linux machine?
>
>Someone has a script?
This should be as easy as something like:
os.system("/usr/sbin/useradd -m -d /home/newuser -s /bin/ksh")
Dan
--
http://mail.python.org/mailman/listinfo/python-list
