James Thornton logo
James Thornton
Google
Web jamesthornton.com
Internet Business Consultant Call Toll Free: 1 (800) 409-2501
About James Google Profile Electric Speed The Electors Juced Contact Me
JamesThornton.com -> Linux -> Man -> One Page

Name

getgid, getegid - get group identity

Synopsis

#include <unistd.h>
#include <sys/types.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 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.

Errors

These functions are always successful.

Conforming to

POSIX, BSD 4.3

See Also

setregid(2) , setgid(2)




Add a comment | Add a link