NGROUPS_MAX
Kevin Steves
kevin at atomicgears.com
Fri Sep 27 03:48:30 EST 2002
On Thu, Sep 26, 2002 at 01:55:21AM -0400, Carson Gaspar wrote:
> >also, i think _SC_NGROUPS_MAX was not a sysconf symbol on solaris 8.
>
> My Solaris 8 box definitely has _SC_NGROUPS_MAX.
indeed. my confusion was in using getconf, which on Solaris
doesn't want an _SC_ name.
$ getconf _SC_NGROUPS_MAX
getconf: Invalid argument (_SC_NGROUPS_MAX)
$ getconf NGROUPS_MAX
16
on HP-UX:
$ getconf _SC_NGROUPS_MAX
20
$ getconf NGROUPS_MAX
20
More information about the openssh-unix-dev
mailing list