Re: How to add user to linux using php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux