.\" -*- coding: UTF-8 -*- .\" Copyright 1993 Rickard E. Faith (faith@cs.unc.edu) .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH GETGID 2 "6 maart 2019" Linux "Linux Programmeurs Handleiding" .SH NAAM getgid, getegid \- geef groep identiteit .SH SAMENVATTING \fB#include \fP .br \fB#include \fP .PP \fBgid_t getgid(void);\fP .br \fBgid_t getegid(void);\fP .SH BESCHRIJVING \fBgetgid\fP() geeft het echte groep ID van het huidige proces terug. .PP \fBgetegid\fP() geeft het geldende groep ID van het huidige proces terug. .SH FOUTEN Deze functies slagen altijd. .SH "VOLDOET AAN" POSIX.1\-2001, POSIX.1\-2008, 4.3BSD. .SH OPMERKINGEN De originele Linux \fBgetgid\fP() en \fBgetegid\fP() systeem aanroepen ondersteunen alleen 16\-bit groep IDs. Vervolgens, voegde Linux 2.4 \fBgetgid32\fP() en \fBgetegid32\fP() toe voor 32\-bit IDs ondersteuning. De glibc \fBgetgid\fP() en \fBgetegid\fP() omwikkel functies handelen de variaties in kernel versies transparant af. .PP Op Alpha wordt in plaats van de paren \fBgetgid\fP() en \fBgetegid\fP() systeem aanroepen, een enkele \fBgetxgid\fP() systeem aanroep voorzien, die een paar echte en effectieve GID´s terug geeft. De glibc \fBgetgid\fP(0) en \fBgetegid\fP() omwikkel functies handelen dit transparant af. Zie de \fBsyscall\fP(2) voor details betreffende de register indeling. .SH "ZIE OOK" \fBgetresgid\fP(2), \fBsetgid\fP(2), \fBsetregid\fP(2), \fBcredentials\fP(7) .SH COLOFON Deze pagina is onderdeel van release 5.10 van het Linux \fIman\-pages\fP\-project. Een beschrijving van het project, informatie over het melden van bugs en de nieuwste versie van deze pagina zijn op \%https://www.kernel.org/doc/man\-pages/ te vinden. .PP .SH VERTALING De Nederlandse vertaling van deze handleiding is geschreven door Jos Boersema , Mario Blättermann en Luc Castermans . .PP Deze vertaling is vrije documentatie; lees de .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE of later over de Copyright-voorwaarden. Er is geen AANSPRAKELIJKHEID. .PP Indien U fouten in de vertaling van deze handleiding zou vinden, stuur een e-mail naar .MT debian-l10n-dutch@lists.debian.org .ME .