Set the group-id of the current process
Int_Type setgid (Int_Type gid)
The setgid function sets the effective group-id of the current process. It returns zero upon success, or -1 upon error and sets errno appropriately.
This function is not supported by all systems.