in reply to Re^5: Linux::usermod - user name ... already exists
in thread Linux::usermod - user name ... already exists
It runs under taint mode. As mentioned earlier in the thread, the script does sanitization and validation of the strings earlier on long before they get sent to the shell scripts. I would avoid using the system programs directly if possible, but Linux::usermod is missing the functions needed to proerly rename an account belonging to several groups.
Could you please explain the advantages or differences between system() in list form and qx/ / in practice? I'm only interested in tracking if the action failed or succeeded and wish to suppress anything sent to stdin or stdout.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Linux::usermod - user name ... already exists
by haukex (Archbishop) on Mar 25, 2019 at 09:55 UTC |