nix
0.29.0
In nix::
unistd
Modules
alarm
Structs
AccessFlags
Gid
Group
Pid
ResGid
ResUid
Uid
User
Enums
ForkResult
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
mkdtemp
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
Type Aliases
FchownatFlags
LinkatFlags
nix
::
unistd
Function
geteuid
Copy item path
Settings
Help
Summary
Source
pub fn geteuid() ->
Uid
Expand description
Get the effective user ID
See also
geteuid(2)