From owner-freebsd-questions@FreeBSD.ORG Tue Nov 11 06:54:27 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 7860D16A4CE for ; Tue, 11 Nov 2003 06:54:27 -0800 (PST) Received: from iwmail.xpdial.com (iwgate.xpdial.com [68.156.89.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id C16A743FBF for ; Tue, 11 Nov 2003 06:54:25 -0800 (PST) (envelope-from mark@s-wit.net) Received: from [192.168.101.250] by iwmail.xpdial.com (ArGoSoft Mail Server Pro for WinNT/2000/XP, Version 1.8 (1.8.4.1)); Tue, 11 Nov 2003 09:57:47 -0500 Message-ID: <001701c3a864$408415e0$fa65a8c0@ocfl061> From: "M.D. DeWar" To: References: <200310111243.08231.jason@dictos.com> <035501c3909c$3d1dd8d0$a4b826cb@goo> <001c01c3a082$afab7d30$0100000a@Biggie> <200311021458.49682.malcolm.kay@internode.on.net> <1067814513.825.497.camel@verdammt.falcotronic.net> <44ad7dimrc.fsf@be-well.ilk.org> <1067898777.825.714.camel@verdammt.falcotronic.net> Date: Tue, 11 Nov 2003 09:58:20 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: owner of dir/files 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: Tue, 11 Nov 2003 14:54:27 -0000 Hello, A simple question for you in the know unix guys. I just noticed that when I d/led a program and un-tarred it and set it up that the directory in the apache web root has as owner something like 501:www . I also noticed some others that were mysql:mysql or 500:100 for the user/group. I am not sure what happens if left that way. Since there is no user/group for those does it mean the files won't run or be served ? In my web root should all directories and files be nobody:nobody ? what if some are root:wheel ? Thanks Newbie Mark