From 7e0f021a9aec35fd8e6725e87e3313b101d26f5e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sun, 27 Jan 2008 11:37:44 +0100 Subject: Initial import (2.0.2-6) --- reference/C/FUNCTIONS/passwd.html | 92 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 reference/C/FUNCTIONS/passwd.html (limited to 'reference/C/FUNCTIONS/passwd.html') diff --git a/reference/C/FUNCTIONS/passwd.html b/reference/C/FUNCTIONS/passwd.html new file mode 100644 index 0000000..b0db88b --- /dev/null +++ b/reference/C/FUNCTIONS/passwd.html @@ -0,0 +1,92 @@ +Password file functions. + + + + + + +
+
+

Password file functions.

+
+
+

+Various functions to extract information from the /etc/passwd file. +This will not work on DOS machines. +

+ +


+

man pages.

+Some of these links may not work as your system may not support +all the functions. +

+ + +getpwuid +Get a record by keying on the UID (numeric). +

+ + +getpwnam +Get a record by keying on the user name. +

+ + +fgetpwent +

+ + +getpwent +

+ + +setpwent +

+ + +endpwent +

+ + +getpw +

+ + +putpwent +

+ +


+

Some notes

+ +
+ +Example program. + + +

+ +


+

+

+ + + + +
+ Top + + Master Index + + Keywords + + Functions +
+
+

+


+
Martin Leslie +

+ + + -- cgit v1.2.3-54-g00ecf