From owner-freebsd-questions@FreeBSD.ORG Mon Jun 30 07:08:44 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FD8D37B401 for ; Mon, 30 Jun 2003 07:08:44 -0700 (PDT) Received: from out003.verizon.net (out003pub.verizon.net [206.46.170.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3196743F3F for ; Mon, 30 Jun 2003 07:08:43 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([141.149.47.46]) by out003.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030630140842.ZIOK4805.out003.verizon.net@mac.com>; Mon, 30 Jun 2003 09:08:42 -0500 Message-ID: <3F004462.1030609@mac.com> Date: Mon, 30 Jun 2003 10:08:34 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Vitali Malicky References: <001201c33f0d$362b7bd0$1501010a@zone3000.net> In-Reply-To: <001201c33f0d$362b7bd0$1501010a@zone3000.net> X-Enigmail-Version: 0.76.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out003.verizon.net from [141.149.47.46] at Mon, 30 Jun 2003 09:08:42 -0500 cc: "Questions FreeBSD.ORG" Subject: Re: Number of groups X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jun 2003 14:08:44 -0000 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