From owner-freebsd-questions@FreeBSD.ORG Thu Jul 27 19:21:58 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 C6F5116A500 for ; Thu, 27 Jul 2006 19:21:58 +0000 (UTC) (envelope-from eoghanj@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9729143D53 for ; Thu, 27 Jul 2006 19:21:55 +0000 (GMT) (envelope-from eoghanj@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so455189uge for ; Thu, 27 Jul 2006 12:21:54 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:content-transfer-encoding:message-id:content-type:to:from:subject:date:x-mailer; b=FhEcCKj5Xn/1StosqTlMfw/5Baz60ytVYej8R9W+ZEbdBJe+P6i9lQjQLy8rh4inxbTWVaLtEd+q58UsLfqbLGY72zPd6qazb8FqAWhdWEjoJfs1HsFSM5NtT/czKxvtK6HFXiFCi6Jahdy6qKPl1fmECCgMN+M5/EqVPzDan6A= Received: by 10.66.220.17 with SMTP id s17mr7636355ugg; Thu, 27 Jul 2006 12:21:53 -0700 (PDT) Received: from ?192.168.1.34? ( [194.125.86.130]) by mx.gmail.com with ESMTP id k1sm1025663ugf.2006.07.27.12.21.53; Thu, 27 Jul 2006 12:21:53 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) Content-Transfer-Encoding: 7bit Message-Id: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed To: freebsd From: eoghan Date: Thu, 27 Jul 2006 20:21:50 +0100 X-Mailer: Apple Mail (2.752.2) Subject: user permissions 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: Thu, 27 Jul 2006 19:21:58 -0000 Hi I have a user that I use for doing the odd bit of work on my freebsd-6.1-RELEASE machine. I wanted to set apache to work from: /home/user/public_html/ instead of the default location. I can create these folders no problems but i have to do it as root: mkdir /home/user/public_html/ How do I ensure my user can copy files from gui (gnome) to this folder. Im told I dont have permission to copy to this folder. Also apache tells me I dont have permission when I change the DocumentRoot to point to /home/user/public_html/ Just not sure how to go about giving a user permissions on files/ folders I want them to be able to edit. Any pointers? Thanks Eoghan