ID EN
OS

getegid

Python 3.11

Return the effective group id of the current process. This corresponds to the “set id” bit on the file being executed in the current process.

Syntax

PYTHON
os.getegid()

See Also

Availability