Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pwd(5) — Reliant UNIX 5.44c4

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getpwent(3C)

types(5)

pwd(5)                                                               pwd(5)

NAME
     pwd - Paßwortstruktur

SYNTAX
     #include <pwd.h>

BESCHREIBUNG
     Die Include-Datei <pwd.h> enthält eine Definition für struct passwd
     mit folgenden Komponenten:

     char    *pwname         Anmeldename des Benutzers.

     uidt    pwuid          Numerische Benutzer-ID.

     gidt    pwgid          Numerische Gruppen-ID.

     char    *pwdir          Anfängliches Arbeitsverzeichnis.

     char    *pwshell        Programm, das als Shell verwendet wird.

     Die Typen gidt und uidt sind wie in <sys/types.h> beschrieben defi-
     niert.

     Folgende Funktionsprototypen können auch als Makros definiert sein:

     struct passwd *getpwnam(const char *name);
     struct passwd *getpwuid(uidt uid);
     void           endpwent(void);
     struct passwd *getpwent(void);
     void           setpwent(void);

SIEHE AUCH
     getpwent(3C), types(5).






















Seite 1                      Reliant UNIX 5.44               Gedruckt 11/98

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026