papillon has asked for the wisdom of the Perl Monks concerning the following question:
I get the following error message:system ("useradd", '-K UID_MIN=2000', "-g $gid", "-m", "-p $hash", "$u +ser");
If I print the line result instead and then directly put it at system prompt, the command execute succesfully.configuration error - unknown item ' UID_MIN' (notify administrator)
Any idea what cause the configuration error? Thanks$ useradd -K UID_MIN=2000 -g 2000 -m -p $... username
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using UID-MIN
by MidLifeXis (Monsignor) on Jan 24, 2014 at 21:23 UTC | |
by papillon (Initiate) on Jan 27, 2014 at 18:17 UTC | |
|
Re: using UID-MIN
by NetWallah (Canon) on Jan 24, 2014 at 20:49 UTC |