Re: Number of groups

From: Chuck Swiger (cswiger_at_mac.com)
Date: 06/30/03

  • Next message: Matthew Seaman: "Re: 4.8-RELEASE-alpha-disc1.iso"
    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"
    

  • Next message: Matthew Seaman: "Re: 4.8-RELEASE-alpha-disc1.iso"