Re: Creating user w/ one command

2001-04-14 Thread John Hasler
Cameron Matheson writes: > my friend wrote a perl script to do a lot of different things, and one of > them was adding going to be adding a user. He can't do it though, > because the adduser command needs to be able to take parameters such as > password, etc. adduser _is_ a Perl script. Why not

Creating user w/ one command

2001-04-14 Thread Cameron Matheson
Hey, my friend wrote a perl script to do a lot of different things, and one of them was adding going to be adding a user. He can't do it though, because the adduser command needs to be able to take parameters such as password, etc. Is their a way to do this? Thanks, Cameron Matheson __