Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getgid(2V) — OS/MP 4.1A

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

getuid(2V)

setregid(2)

setuid(3V)

GETGID(2V)  —  SYSTEM CALLS

NAME

getgid, getegid − get group identity

SYNOPSIS

int getgid()

int getegid()

SYSTEM V SYNOPSIS

#include <sys/types.h>

gid_t getgid()

gid_t getegid()

DESCRIPTION

getgid() returns the real group ID of the current process.  getegid() returns the effective group ID of the current process. 

The GID is specified at login time by the group field in the /etc/passwd database (see passwd(5)). 

The effective GID is more transient, and determines additional access permission during execution of a setGID process, and it is for such processes that getegid() is most useful. 

SEE ALSO

getuid(2V), setregid(2), setuid(3V)

Solbourne Computer, Inc.  —  21 January 1990

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