rustix::process

Function getgroups

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

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

§References