rustix::process

Function getgroups

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

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

§References