From owner-freebsd-questions@FreeBSD.ORG Sun May 10 19:03:59 2015 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 34471229 for ; Sun, 10 May 2015 19:03:59 +0000 (UTC) Received: from 3s1.com (3s1.com [209.161.205.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "3s1.com", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E82BD1E7A for ; Sun, 10 May 2015 19:03:58 +0000 (UTC) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.14.4/8.14.4) with ESMTP id t4AJ3pVY010822 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 10 May 2015 15:03:51 -0400 (EDT) (envelope-from david+dated+1431716630.bb1941@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.14.4/8.14.4/Submit) id t4AJ3os2010810 for questions@freebsd.org; Sun, 10 May 2015 15:03:50 -0400 (EDT) (envelope-from david+dated+1431716630.bb1941@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1431716630.bb1941@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Sun, 10 May 2015 15:03:50 -0400 Date: Sun, 10 May 2015 15:03:44 -0400 To: questions@freebsd.org Subject: permissions and ownership of /usr/src Message-ID: <20150510190342.GA9986@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Delivery-Agent: TMDA/1.1.12 (Macallan) From: David Banning X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 19:03:59 -0000 I am in the process of upgrading my system from 8.2 to 9.3. I deleted the /usr/src folder and re-created it. Presently the permissions are; drwxr-xr-x 22 root wheel 1024 May 9 17:32 src but I am getting an access error to /usr/src from mergemaster. Can anyone tell me what the permissions - ownership are/should be for /usr/src ?