Re: Number of groups
From: Chuck Swiger (cswiger_at_mac.com)
Date: 06/30/03
- Previous message: Maarten de Vries: "make buildworld fails"
- In reply to: Vitali Malicky: "Number of groups"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 30 Jun 2003 10:08:34 -0400 To: Vitali Malicky <life@zone3000.net>
Vitali Malicky wrote:
> I would like to make it unambiguously clear for me how many groups does
> FreeBSD support?
The header file suggests the number is large (around 4 billion):
typedef u_int32_t gid_t; /* group id */
...but the traditional limit was 65000 or so (short/int16).
-- -Chuck _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
- Previous message: Maarten de Vries: "make buildworld fails"
- In reply to: Vitali Malicky: "Number of groups"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]