Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
getgid(2)
Edit
PageHistory
Diff
Info
LikePages
!!NAME getgid - get real group identity !!SYNOPSIS __#include <unistd.h>__ __#include <sys/types.h>__ __gid_t getgid(void);__ !!DESCRIPTION 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. The real ID corresponds to the ID of the calling process. See [RealID] for more information. !!ERRORS These functions are always successful. !!CONFORMING TO POSIX, BSD 4.3 !!SEE ALSO setregid(2), setgid(2), getegid(2), getuid(2)
7 pages link to
getgid(2)
:
Man2g
getgroups(2)
setgid(2)
setgroups(2)
setregid(2)
setreuid(2)
getegid(2)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.