Skip to main content

geteuid

Function geteuid 

Source
pub fn geteuid() -> Uid
Available on crate feature process and non-WASI only.
Expand description

geteuid()—Returns the process’ effective user ID.

§References