Definitions for "Setgid"
A special file access mode that sets the effective GID of the user account executing a program to the GID of the program group owner. The setgid permission has an absolute mode of 2000 and a symbolic mode of s.
A system call that can be used to set the GID of a process. Programs can be written using setgid such that they can assume the group ID of any group on the system.