i want to add new Linux user in my system
exec ("useradd ........");
is not working . there is no error . but user is not getting added. Am i using the command in wrong way. is ther any alternative.
while executing this i am loged in as root user. Should i give any specail privellage. how can i do the same in php