From owner-freebsd-questions@FreeBSD.ORG Tue Jun 28 18:43:12 2005 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 5F70616A41C for ; Tue, 28 Jun 2005 18:43:12 +0000 (GMT) (envelope-from brian.barto@spectrum-health.org) Received: from mail.spectrum-health.org (mail.spectrum-health.org [167.73.110.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 2ABAD43D49 for ; Tue, 28 Jun 2005 18:43:12 +0000 (GMT) (envelope-from brian.barto@spectrum-health.org) Received: from DCMSMTA01.spectrum-health.org ([10.3.29.53]) by mail.spectrum-health.org (SMSSMTP 4.0.0.59) with SMTP id M2005062814445118902 for ; Tue, 28 Jun 2005 14:44:51 -0400 Received: by DCMSMTA01.spectrum-health.org with Internet Mail Service (5.5.2658.3) id ; Tue, 28 Jun 2005 14:43:11 -0400 Message-ID: From: brian.barto@spectrum-health.org To: freebsd-questions@freebsd.org Date: Tue, 28 Jun 2005 14:45:59 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2658.3) Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Install ports as non-root user? 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: Tue, 28 Jun 2005 18:43:12 -0000 Title should have read: Install ports collection as non-root user owner-freebsd-questions@freebsd.org wrote: > Hi all. I'm looking to make a non-privileged user the owner of all my > software so I don't have to act as root when installing, configuring, > and updating software. Furthermore, I won't have to give out the root > password to others who need rights to configure software. I noticed > my ports collection is entirely owned by root and requires root to > install. Is there a way to install ports as a non-root user or allow > non-root users to install ports? > > Thanks, > Brian I want to ports collection to be owned by a non-root user. Someone suggested sudo. Using sudo will install the app as root, will it not? Thusly requiring root to configure it?