Current section

Files

Jump to
alcove edoc getgroups-2.edoc
Raw

edoc/getgroups-2.edoc

@doc getgroups(2): retrieve the list of supplementary groups
== Examples ==
```
1> {ok, Drv} = alcove_drv:start().
{ok,<0.177.0>}
2> alcove:getgroups(Drv, []).
{ok,[24,20,1000]}
'''