From owner-freebsd-questions@FreeBSD.ORG Sat Jul 31 20:28:13 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 99B9816A4D6 for ; Sat, 31 Jul 2004 20:28:13 +0000 (GMT) Received: from chylonia.3miasto.net (chylonia.3miasto.net [213.192.74.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id C647043D41 for ; Sat, 31 Jul 2004 20:28:06 +0000 (GMT) (envelope-from wojtek@tensor.3miasto.net) Received: from chylonia.3miasto.net (wojtek@localhost [127.0.0.1]) i6VKRwOe041211 for ; Sat, 31 Jul 2004 22:27:58 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) Received: from localhost (wojtek@localhost)i6VKRw8i041208 for ; Sat, 31 Jul 2004 22:27:58 +0200 (CEST) (envelope-from wojtek@tensor.3miasto.net) X-Authentication-Warning: chylonia.3miasto.net: wojtek owned process doing -bs Date: Sat, 31 Jul 2004 22:27:58 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@chylonia.3miasto.net To: freebsd-questions@freebsd.org Message-ID: <20040731222618.J41097@chylonia.3miasto.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: allowing cdrecord non-root 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: Sat, 31 Jul 2004 20:28:13 -0000 how can i allow given group to be able to write cd's? in NetBSD doing (assuming group name cdrw) chgrp cdrw /dev/rcd0* /dev/cd0* chmod 660 /dev/rcd0* /dev/cd0* in FreeBSD doing this for /dev/cd0 and /dev/acd0 doesn't work. tried to do the same with /dev/xpt0 - doesn't work too. is it possible at all?