Function nix::unistd::setegid

source ·
pub fn setegid(egid: Gid) -> Result<()>
Available on crate feature user only.
Expand description

Set the effective group ID

See also setegid(2)