Navigation

Operators and Keywords

Function List:

C++ API

: pw_struct = getpwuid (uid).

Return a structure containing the first entry from the password database with the user ID uid.

If the user ID does not exist in the database, getpwuid returns 0.

See also: getpwnam.

Package: octave