devela::_dep::rustix::process

Function geteuid

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

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

§References