GETGID(2) Linux Programmer's Manual GETGID(2)

NAME

getgid, getegid - get group identity

SYNOPSIS

#include <unistd.h> gid_t getgid(void); gid_t getegid(void);

DESCRIPTION

getgid returns the real group ID of the current process. getegid returns the effective group ID of the current pro- cess. 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.

ERRORS

These functions are always successful.

CONFORMS TO

POSIX, BSD 4.3

SEE ALSO

setregid, setgid,































Linux 0.99.11 23 July 1993 1


Top Master Index Keywords Functions


This manual page was brought to you by mjl_man V-2.0 sTobias Klauser
summaryrefslogtreecommitdiff
path: root/net/sched/cls_api.c
cgit.cgi/linux/net-next.git/commit/net?id=4dee62b1b9b43c9bbf49c93cd114e1bf1334fb6a'>netfilter: nf_ct_expect: nf_ct_expect_insert() returns void
AgeCommit message (Expand)AuthorFilesLines
2017-02-10sched: check negative err value to safe one level of indentJiri Pirko1-13/+9
2017-02-10sched: add missing curly braces in else branch in tc_ctl_tfilterJiri Pirko1-1/+2
2017-02-10sched: move err set right before goto errout in tc_ctl_tfilterJiri Pirko1-10/+19
2017-02-10sched: push TC filter protocol creation into a separate functionJiri Pirko1-51/+59
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+21
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko1-4/+4
Gao Feng1-5/+3
2017-02-12netfilter: nf_ct_sip: Use mod_timer_pending()Gao Feng1-7/+5
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet5-23/+19
2017-02-11net: rename dst_neigh_output back to neigh_outputJulian Anastasov2-2/+2
2017-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller