From owner-freebsd-questions@FreeBSD.ORG Mon Mar 8 13:41:22 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 856D316A4CE for ; Mon, 8 Mar 2004 13:41:22 -0800 (PST) Received: from smtp.thilelli.net (jgabel.net1.nerim.net [80.65.226.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id F209E43D46 for ; Mon, 8 Mar 2004 13:41:21 -0800 (PST) (envelope-from jpeg@thilelli.net) Received: from localhost (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with ESMTP id 6094A78C35 for ; Mon, 8 Mar 2004 22:41:20 +0100 (CET) Received: from bento.thilelli.net ([127.0.0.1]) by localhost (bento.thilelli.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 74019-01-4 for ; Mon, 8 Mar 2004 22:41:19 +0100 (CET) Received: from webmail.thilelli.net (localhost.thilelli.net [127.0.0.1]) by bento.thilelli.net (Postfix) with SMTP id A307678C2C for ; Mon, 8 Mar 2004 22:41:19 +0100 (CET) Received: from 192.168.0.97 (SquirrelMail authenticated user jgabel) by webmail.thilelli.net with HTTP; Mon, 8 Mar 2004 22:41:19 +0100 (CET) Message-ID: <53021.192.168.0.97.1078782079.squirrel@webmail.thilelli.net> In-Reply-To: <20040308212749.GC894@alex.lan> References: <20040308212749.GC894@alex.lan> Date: Mon, 8 Mar 2004 22:41:19 +0100 (CET) From: "Julien Gabel" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.2 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal X-Virus-Scanned: by amavisd-new at thilelli.net Subject: Re: Why can't I write this file? 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, 08 Mar 2004 21:41:22 -0000 > I just changed the permission and ownership of some files and was > denied writting to this file even though I'm in the group and the > group has write permissions. Did I forgot something or is this > strange? I thougth I should be able to write as user akruijff > > ls -loa > drwxrwxr-x 2 www www - 512 Mar 8 21:57 ./ > drwxr-xr-x 16 akruijff akruijff - 1024 Mar 6 18:48 ../ > -rwxrwxr-x 1 www www - 4743 Mar 8 21:52 file.php* > -rwxrwxr-x 1 www www - 2431 Mar 8 21:53 functions.php* > -rwxrwxr-x 1 www www - 299 Mar 7 00:20 preview.php* > > cat /etc/group > www:*:80:akruijff > > cat /etc/passwd > akruijff:*:1001:0:Alex de Kruijff:/home/akruijff:/bin/csh What says the id(1) command on the same term? -- -jpeg.