From owner-freebsd-questions@FreeBSD.ORG Mon May 17 05:26:00 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 59E5916A4CF for ; Mon, 17 May 2004 05:26:00 -0700 (PDT) Received: from peter.smxy.org (smxy.org [64.32.179.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0918443D58 for ; Mon, 17 May 2004 05:26:00 -0700 (PDT) (envelope-from ste@smxy.org) Received: from localhost (localhost [127.0.0.1]) by peter.smxy.org (Postfix) with ESMTP id C4DE623E2 for ; Mon, 17 May 2004 08:25:58 -0400 (EDT) Received: from smxy.org ([127.0.0.1]) by localhost (peter.smxy.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 11495-02 for ; Mon, 17 May 2004 08:25:58 -0400 (EDT) Received: from smxy.org (pcp09422820pcs.plnfld01.nj.comcast.net [69.141.210.35]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by peter.smxy.org (Postfix) with ESMTP for ; Mon, 17 May 2004 08:25:58 -0400 (EDT) Message-ID: <40A8AF4E.8020300@smxy.org> Date: Mon, 17 May 2004 08:25:50 -0400 From: "Shaun T. Erickson" User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20040517121630.20539.qmail@web40304.mail.yahoo.com> In-Reply-To: <20040517121630.20539.qmail@web40304.mail.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new-20030616-p9 at smxy.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 Reply-To: ste@smxy.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 12:26:00 -0000 >>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. > > What do these numbers (5) and (8) referring to. Page > number? They refer to the section of the manual. To read them, issue these commands: man 5 sudoers man 8 visudo -ste