From owner-freebsd-questions@FreeBSD.ORG Mon Nov 6 13:45:22 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 2268C16A52F for ; Mon, 6 Nov 2006 13:45:22 +0000 (UTC) (envelope-from jjvaughan@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2A5543D45 for ; Mon, 6 Nov 2006 13:44:48 +0000 (GMT) (envelope-from jjvaughan@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so746514uge for ; Mon, 06 Nov 2006 05:44:48 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=JtjI6kGhV+TIn8FTdiVPIvNywG0uDQo37q35+J/OyQJW5bQQG15ZR4q/aFZSNe1oyOFS7Hk0BT/uF8NnKsfdUD1NSP4DmPyVunh+zSyY9J8TFpj7zR9TDEzA4hCnEZVE7C7ylbUw7WttbRqMMXg6yv8WBsrQ+CyEHtHzuZqS1u8= Received: by 10.66.243.4 with SMTP id q4mr7326388ugh.1162820687826; Mon, 06 Nov 2006 05:44:47 -0800 (PST) Received: by 10.66.234.8 with HTTP; Mon, 6 Nov 2006 05:44:47 -0800 (PST) Message-ID: Date: Mon, 6 Nov 2006 08:44:47 -0500 From: "John Vaughan" To: "Jeff Hinrichs - DM&T" , freebsd-questions@freebsd.org In-Reply-To: <5aaed53f0611051642m117ae170p62b285756e191c27@mail.gmail.com> MIME-Version: 1.0 References: <1162524792.969363.243540@h48g2000cwc.googlegroups.com> <5aaed53f0611031721x2be27743xfab7364f4173b42@mail.gmail.com> <5aaed53f0611051642m117ae170p62b285756e191c27@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Some php files in same directory of working files with same permissions won't process X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Nov 2006 13:45:22 -0000 > > > Yes, > I know that you said that permissions are the same on both files, what > about ownership? Any difference between the new ones you create and > the existing ones? > > -Jeff > Nope, they're the same. Both john:webmaster with 644 permissions (the original permissions set by the phpmyadmin package). -John