geteuid
rustix
0.38.44
geteuid
Sections
References
In rustix::
process::
id
Structs
Cpuid
Functions
getegid
geteuid
getgid
getgroups
getpgid
getpgrp
getpid
getppid
getsid
getuid
setpgid
setsid
rustix
::
process
::
id
Function
geteuid
Copy item path
Settings
Help
Summary
Source
pub fn geteuid() ->
Uid
Expand description
geteuid()
—Returns the process’ effective user ID.
§
References
POSIX
Linux