os.setresgid(rgid, egid, sgid)
Set the current process’s real, effective, and saved group ids.
Availability: Unix.
New in version 3.2.
os.setresgid(rgid, egid, sgid)
Set the current process’s real, effective, and saved group ids.
Availability: Unix.
New in version 3.2.
Please login to continue.