Hi I would like to know, how I could add users to a unix machine using PHP. I have tried with exec("adduser $username"); but it wont add the user, unless I run the file as root in console.
Can it be done with a perl script, which I can start from PHP, or is there nothing to do?