Next: System Information, Previous: Password Database Functions, Up: System Utilities
Octave's group database functions return information in a structure with the following fields.
name
passwd
gid
mem
In the descriptions of the following functions, this data structure is referred to as a grp_struct.
Return an entry from the group database, opening it if necessary. Once the end of the data has been reached,
getgrent
returns 0.
Return the first entry from the group database with the group ID gid. If the group ID does not exist in the database,
getgrgid
returns 0.
Return the first entry from the group database with the group name name. If the group name does not exist in the database,
getgrname
returns 0.