.\" -*- 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 .\" .\" Historical remark, aeb, 2004-06-05 .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH GETUID 2 "6 maart 2019" Linux "Linux Programmeurs Handleiding" .SH NAAM getuid, geteuid \- krijg gebruiker identiteit .SH SAMENVATTING \fB#include \fP .br \fB#include \fP .PP \fBuid_t getuid(void);\fP .br \fBuid_t geteuid(void);\fP .SH BESCHRIJVING \fBgetuid\fP() geeft het echte gebruiker ID van het huidige proces terug. .PP \fBgeteuid\fP() geeft het geldende gebruiker 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 .SS Geschiedenis In UNIX\ V6 gaf de \fBgetuid\fP() aanroep \fI(euid << 8) + uid\fP terug. UNIX\ V7 introduceerde aparte aanroepen \fBgetuid\fP() en \fBgeteuid\fP(). .PP De originele Linux \fBgetuid\fP() en \fBgeteuid\fP() systeem aanroepen ondersteunen alleen 16\-bit gebruiker IDs. Vervolgens, voegde Linux 2.4 \fBgetuid32\fP() en \fBgeteuid32\fP() toe voor 32\-bit IDs ondersteuning. De glibc \fBgetuid\fP() en \fBgeteuid\fP() omwikkel functies handelen de variaties in kernel versies transparant af. .PP Op Alpha wordt in plaats van de paren \fBgetuid\fP() en \fBgeteuid\fP() systeem aanroepen, een enkele \fBgetxuid\fP() systeem aanroep voorzien, die een paar echte en effectieve UID´s terug geeft. De glibc \fBgetuid\fP(0) en \fBgeteuid\fP() omwikkel functies handelen dit transparant af. Zie de \fBsyscall\fP(2) voor details betreffende de register indeling. .SH "ZIE OOK" \fBgetresuid\fP(2), \fBsetreuid\fP(2), \fBsetuid\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. .SH VERTALING De Nederlandse vertaling van deze handleiding is geschreven door Jos Boersema , Mario Blättermann en Luc Castermans . 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. Indien U fouten in de vertaling van deze handleiding zou vinden, stuur een e-mail naar .MT debian-l10n-dutch@lists.debian.org .ME .