rustix::process

Function geteuid

source
pub fn geteuid() -> Uid
Expand description

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

§References