= private = protected
maxgroups()
Returns the maximum number of gids allowed in the supplemental group access list.
Process.maxgroups #=> 32
static VALUE proc_getmaxgroups(VALUE obj) { return INT2FIX(maxgroups()); }