devela::_dep::rustix::process

Function getgroups

pub fn getgroups() -> Result<Vec<Gid>, Errno> 
Available on crate feature dep_rustix only.
Expand description

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

§References