Copyright (C) 2000-2012 |
Manpages GETUIDSection: Linux Programmer's Manual (2)Updated: 1993-07-23 Index Return to Main Contents NAMEgetuid, geteuid - get user identitySYNOPSIS#include <unistd.h>#include <sys/types.h>
uid_t getuid(void);
DESCRIPTIONgetuid returns the real user ID of the current process.geteuid returns the effective user ID of the current process. The real ID corresponds to the ID of the calling process. The effective ID corresponds to the set ID bit on the file being executed. ERRORSThese functions are always successful.CONFORMING TOPOSIX, BSD 4.3.SEE ALSOsetreuid(2), setuid(2)
IndexThis document was created by man2html, using the manual pages. Time: 23:01:56 GMT, December 09, 2024 |