Next | Classic Unix Security Problems | 10 |
Consider /bin/passwd
Prompt user for old and new passwords
Read password file
If old password matches, rewrite password file
Let's say that the prompt goes to stderr
That means that it is written to file descriptor 2
Next | Copyright © 2005 M. J. Dominus |