From owner-freebsd-questions@FreeBSD.ORG Mon May 31 13:59:33 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 5F69116A4CE for ; Mon, 31 May 2004 13:59:33 -0700 (PDT) Received: from mailout1.informatik.tu-muenchen.de (mailout1.informatik.tu-muenchen.de [131.159.0.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 711FE43D2D for ; Mon, 31 May 2004 13:59:32 -0700 (PDT) (envelope-from barner@in.tum.de) Received: by zi025.glhnet.mhn.de (Postfix, from userid 1000) id CD21B3F49; Mon, 31 May 2004 22:59:58 +0200 (CEST) Date: Mon, 31 May 2004 22:59:58 +0200 From: Simon Barner To: Gerard Seibert Message-ID: <20040531205958.GA9354@zi025.glhnet.mhn.de> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HlL+5n6rz5pIUxbD" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavisd-new at informatik.tu-muenchen.de cc: freebsd-questions Subject: Re: Making chmod changes static 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, 31 May 2004 20:59:33 -0000 --HlL+5n6rz5pIUxbD Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable > I need to make both the floppy drive (fd0), the internal zip dive (afd0)= =20 > and the cdrom (acd0) usable by any user without having to use 'sudo' or go > the 'su' route. Hi, you want /dev/devfs.conf (see devfs(8) for more details). E.g.: # Commonly used by many ports link acd0 cdrom perm cdrom 0660 own cdrom root:operator # burncd perm acd0 0660 # xcdroast perm xpt0 0660 perm pass0 0660 This will make your setting persisting over reboots. In order to apply your changes to that file (without rebooting), simply run (as root) /etc/rc.d/devfs restart Simon --HlL+5n6rz5pIUxbD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAu5zOCkn+/eutqCoRAjQHAKCP0nBJgQIxekb4a8WKeXaVIonTIgCeKnPq fBXvhqQZQsTvEpuXUO1WsQw= =C22O -----END PGP SIGNATURE----- --HlL+5n6rz5pIUxbD--