|
|
#include <pwd.h>
int putpwent(const struct passwd *p, FILE *f);
Unsafe
Do not use without also using putspent() to update the shadow file.
The use of this function is discouraged.
This routine is of limited utility, since most password files are maintained as Network Information Service (NIS) files, and cannot be updated with this routine.
|
|
Created by unroff & hp-tools. © by Hans-Peter Bischof. All Rights Reserved (1997).
Last modified 21/April/97