From owner-freebsd-questions@FreeBSD.ORG Mon May 17 09:32:40 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 475F516A4CE for ; Mon, 17 May 2004 09:32:40 -0700 (PDT) Received: from mail.cableone.net (scanmail1.cableone.net [24.116.0.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 74E5843D39 for ; Mon, 17 May 2004 09:32:39 -0700 (PDT) (envelope-from kitbsdlists@HotPOP.com) Received: from vixen42.24-119-122-191.cpe.cableone.net (unverified [24.119.122.191]) by smail1.cableone.net (SurgeMail 1.5d2) with ESMTP id 834077 for multiple; Mon, 17 May 2004 09:24:59 -0700 Date: Mon, 17 May 2004 09:29:59 -0500 From: Vulpes Velox To: Stephen Liu Message-Id: <20040517092959.241d8fb4@vixen42.24-119-122-191.cpe.cableone.net> In-Reply-To: <20040517051023.64516.qmail@web40308.mail.yahoo.com> References: <20040517051023.64516.qmail@web40308.mail.yahoo.com> X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.9) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Server: High Performance Mail Server - http://surgemail.com 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 16:32:40 -0000 On Mon, 17 May 2004 13:10:23 +0800 (CST) Stephen Liu wrote: > Hi folks, > > Which file shall I re-configure to authorize 'User-A' > using 'burncd' to burn CD and how to edit it. What I would do is create named cdrw or what ever. Chmod that device to readable and writable by that group. This will give any one in that group access to it upon thier next login. The commands you need to man are... pw, chmod, chown