eqla3.com eqla3.com wrote:
is there any way to add user and apply password by executing shell
command
through php?
Depending on the distribution, you should have a user addition command
that takes a password argument. In my case, useradd <other args> -p
'<password>' <user>. Check the manual page for adduser , useradd or your
distribution's variant.
Worst case, you can even make a wrapper around the command with shell
script that'll do the multiline echo for you.
jon
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php