Tagged Questions
0
votes
2answers
194 views
PHP passwd error
I'm doing this:
$user = 'kevin';
$pass = 'nivek';
shell_exec('echo -e "' . $pass . '\n' . $pass . '" | sudo passwd ' . $user);`
But when I execute this, I get this error:
Enter new UNIX password: ...