Function rustix::process::getgroups

source ·
pub fn getgroups() -> Result<Vec<Gid>>
Available on crate feature process only.
Expand description

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

References