From owner-freebsd-questions Fri Nov 14 17:54:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA21065 for questions-outgoing; Fri, 14 Nov 1997 17:54:06 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from conductor.synapse.net (conductor.synapse.net [199.84.54.18]) by hub.freebsd.org (8.8.7/8.8.7) with SMTP id RAA21060 for ; Fri, 14 Nov 1997 17:54:03 -0800 (PST) (envelope-from evanc@synapse.net) Received: (qmail 1526 invoked from network); 15 Nov 1997 01:53:52 -0000 Received: from cello.synapse.net (199.84.54.81) by conductor.synapse.net with SMTP; 15 Nov 1997 01:53:52 -0000 Date: Fri, 14 Nov 1997 20:53:51 -0500 (EST) From: Evan Champion Reply-To: Evan Champion To: Doug White cc: freebsd-questions@FreeBSD.ORG Subject: Re: permissions on /dev/sd* In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 14 Nov 1997, Doug White wrote: > Because the underlying mountpoint is owned by root:wheel. It's a matter > of dismounting the drives, chown root:operator /mountpoint and remounting. That seems a more than a little dumb. Why should the permissions on my mountpoints have anything to do with the /dev nodes? Methinks they should be mutually exclusive... Evan