Function getresuid

Source
pub unsafe fn getresuid(
    ruid: *mut uid_t,
    euid: *mut uid_t,
    suid: *mut uid_t,
) -> Result<int>
Expand description

Get the real UID, the effective UID, and the saved set-user-ID of the current process.