nix
0.26.1
In nix::
unistd
Modules
acct
alarm
Structs
AccessFlags
Gid
Group
Pid
ResGid
ResUid
Uid
User
Enums
FchownatFlags
ForkResult
LinkatFlags
PathconfVar
SysconfVar
UnlinkatFlags
Whence
Constants
ROOT
Functions
access
chdir
chown
chroot
close
daemon
dup
dup2
dup3
eaccess
execv
execve
execveat
execvp
execvpe
faccessat
fchdir
fchown
fchownat
fdatasync
fexecve
fork
fpathconf
fsync
ftruncate
getcwd
getegid
geteuid
getgid
getgrouplist
getgroups
gethostname
getpgid
getpgrp
getpid
getppid
getresgid
getresuid
getsid
gettid
getuid
initgroups
isatty
linkat
lseek
lseek64
mkdir
mkfifo
mkfifoat
mkstemp
pathconf
pause
pipe
pipe2
pivot_root
read
setegid
seteuid
setfsgid
setfsuid
setgid
setgroups
sethostname
setpgid
setresgid
setresuid
setsid
setuid
sleep
symlinkat
sync
syncfs
sysconf
tcgetpgrp
tcsetpgrp
truncate
ttyname
unlink
unlinkat
write
nix
::
unistd
Function
getegid
Copy item path
Settings
Help
Summary
Source
pub fn getegid() ->
Gid
Expand description
Get the effective group ID
See also
getegid(2)