Function rustix::process::getuid

source ·
pub fn getuid() -> Uid
Expand description

getuid()—Returns the process’ real user ID.

§References