Function nix::unistd::setgid

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

Set the group ID

See also setgid(2)