Guest_imported
New member
- Jan 1, 1970
- 0
We are trying to set a user passwd in UNIX using the following code in perl. It does not work. How do you do this so the script does not hang waiting for input?
$result = system("passwd", "$username", "$passwd", "$passwd"
$result = system("passwd", "$username", "$passwd", "$passwd"