$creador = "/usr/sbin/adduser -g mel -d /dev/null -s /bin/false -p $pass
$usuario";
 $creador = exec($creador);
 echo $creador;


I HAVE THIS, BUT IN THE APACHE LOG FILE I HAVE THIS:
adduser: unable to lock password file


what should i do to run the $creador sucefully?




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to