From owner-freebsd-questions@FreeBSD.ORG Mon May 17 05:45:02 2004 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 95BEE16A4CF for ; Mon, 17 May 2004 05:45:02 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 620DD43D1D for ; Mon, 17 May 2004 05:45:02 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (rwcrmhc12) with ESMTP id <2004051712450201400eqr7me>; Mon, 17 May 2004 12:45:02 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id 5BB4C55; Mon, 17 May 2004 08:45:01 -0400 (EDT) Sender: lowell@be-well.ilk.org To: Stephen Liu References: <20040517121630.20539.qmail@web40304.mail.yahoo.com> From: Lowell Gilbert Date: 17 May 2004 08:45:01 -0400 In-Reply-To: <20040517121630.20539.qmail@web40304.mail.yahoo.com> Message-ID: <44k6zb2pf6.fsf@be-well.ilk.org> Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: How to allow 'User-A' to burn CD 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: Mon, 17 May 2004 12:45:02 -0000 Stephen Liu writes: > What I expect to change is to allow User-A > $ su > password : using his own password instead of 'root > password' That's exactly what sudo is good for. > > You will have to install the > > security/sudo port and read up > > on the sudoers(5) manual page and the visudo(8) > > application used to > > edit that file. > > Noted with thanks. > > What do these numbers (5) and (8) referring to. Page > number? Section number. See "man man", particularly the "examples".