ID EN
OS

getresgid

Python 3.11

Return a tuple (rgid, egid, sgid) denoting the current process’s real, effective, and saved group ids.

Syntax

PYTHON
os.getresgid()

See Also

Availability