rustix
0.38.44
getuid
Sections
References
In rustix::
process
rustix
::
process
Function
getuid
Copy item path
Source
pub fn getuid() ->
Uid
Available on
crate feature
process
only.
Expand description
getuid()
—Returns the process’ real user ID.
§
References
POSIX
Linux