From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 01:55:21 2004 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 3B49116A4D0 for ; Sat, 3 Jul 2004 01:55:21 +0000 (GMT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7503E43D55 for ; Sat, 3 Jul 2004 01:55:05 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id i62IPWWR001020; Fri, 2 Jul 2004 11:25:32 -0700 (PDT) Received: from [10.1.1.193] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0)i62IPVta016776; Fri, 2 Jul 2004 11:25:32 -0700 (PDT) In-Reply-To: <200407021247.39585.jonas.sonntag@jbhosting.de> References: <200406251500.20839.jonas.sonntag@jbhosting.de> <200407021247.39585.jonas.sonntag@jbhosting.de> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <32E8E30F-CC55-11D8-91EB-003065ABFD92@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Fri, 2 Jul 2004 14:25:30 -0400 To: Jonas Sonntag X-Mailer: Apple Mail (2.618) cc: freebsd-questions@freebsd.org Subject: Re: strange pw behaviour 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: Sat, 03 Jul 2004 01:55:21 -0000 On Jul 2, 2004, at 6:47 AM, Jonas Sonntag wrote: > must ask again... I'm still stuck with this. It's pretty weird. I have > 10 > directories each owned by a unique group. All 10 directories are set > 750. > The groups have been added using pw and user www has been made a > member of > every group by using pw. This has worked a hundred times. Information > is > correct in /etc/group. How many groups is the www user in? By default, the system only permits a user to belong to up to 16 groups... -- -Chuck