ladybird/Base/usr/share/man/man2/getuid.md
Nico Weber 1f323076f0 Add man pages for seteuid() and friends.
Also add an overview page that explains the general concepts.
2020-07-03 19:37:28 +02:00

487 B

Name

getuid, getgid - get real user / group id

Synopsis

#include <unistd.h>

uid_t getuid(void);
gid_t getgid(void);

Description

Returns the real user or group id.

See also