Penguin
Annotated edit history of getgid(2) version 4, including all changes. View license author blame.
Rev Author # Line
1 perry 1 !!NAME
2 PerryLorier 2 getgid - get real group identity
1 perry 3 !!SYNOPSIS
4
5
2 PerryLorier 6 __#include <unistd.h>__
7 __#include <sys/types.h>__
1 perry 8
9
2 PerryLorier 10 __gid_t getgid(void);__
1 perry 11 !!DESCRIPTION
4 PerryLorier 12 getgid(2) returns the real group ID of the current process. A process may be a member of multiple groups, see getgroups(2) for more information.
1 perry 13
3 PerryLorier 14 The real ID corresponds to the ID of the calling process. See [RealID] for more information.
1 perry 15
16 !!ERRORS
2 PerryLorier 17 These functions are always successful.
1 perry 18
19 !!CONFORMING TO
2 PerryLorier 20 POSIX, BSD 4.3
1 perry 21
22 !!SEE ALSO
2 PerryLorier 23 setregid(2), setgid(2), getegid(2), getuid(2)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 4 times)