Function nix::unistd::setegid

source ·
pub fn setegid(egid: Gid) -> Result<()>
Expand description

Set the effective group ID

See also setegid(2)