lacertus has asked for the wisdom of the Perl Monks concerning the following question:
which is just simply not working. Do I fork a process to do this. I haven't even gotten to working on the "passwd" part (which I know will cause lots of trouble) as the "useradd" part is still on the fink.system '/usr/sbin/useradd', "-u $uid", '-g 100', '-m', $username; exec '/usr/bin/passwd', $username;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Public Access Linux Box
by CukiMnstr (Deacon) on Mar 15, 2003 at 05:28 UTC | |
Re: Public Access Linux Box
by lacertus (Monk) on Mar 15, 2003 at 06:01 UTC | |
by belg4mit (Prior) on Mar 15, 2003 at 07:50 UTC | |
Re: Public Access Linux Box
by lacertus (Monk) on Mar 15, 2003 at 09:11 UTC | |
by Aristotle (Chancellor) on Mar 15, 2003 at 12:52 UTC |