|
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.64
">7.7. Posix System Databases
getGroupEntryForID gid calls getgrgid to obtain the GroupEntry information associated with GroupID gid. The operation may fail with:
getGroupEntryForName name calls getgrnam to obtain the GroupEntry information associated with the group called name. The operation may fail with:
getUserEntryForID gid calls getpwuid to obtain the UserEntry information associated with UserID uid. The operation may fail with:
getUserEntryForName name calls getpwnam to obtain the UserEntry information associated with the user login name. The operation may fail with:
|