Function rustix::process::id::getgroups

source ·
pub fn getgroups() -> Result<Vec<Gid>>
Expand description

getgroups()—Return a list of the current user’s groups.

§References