Function rustix::process::geteuid

source ·
pub fn geteuid() -> Uid
Available on crate feature process only.
Expand description

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

§References