From owner-freebsd-hackers Sun Jul 20 16:17:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id QAA07231 for hackers-outgoing; Sun, 20 Jul 1997 16:17:49 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id QAA07223 for ; Sun, 20 Jul 1997 16:17:44 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id QAA09972; Sun, 20 Jul 1997 16:13:59 -0700 From: Terry Lambert Message-Id: <199707202313.QAA09972@phaeton.artisoft.com> Subject: Re: sendmail complains about being unable to write his pid file To: sthaug@nethelp.no Date: Sun, 20 Jul 1997 16:13:59 -0700 (MST) Cc: andreas@klemm.gtn.com, hackers@FreeBSD.ORG In-Reply-To: <15406.869308066@verdi.nethelp.no> from "sthaug@nethelp.no" at Jul 19, 97 12:27:46 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > I think it's a BSDism. bin is the UID and GID for Binaries, Commands > > and source as shown by the entry in /etc/passwd ... > > Yes, but the question stands - why is it setup this way? What is gained > by having binaries (and important directories) owned by bin instead of > root? The ability to update machines remotely via NFS, which proxies root as "nobody" in most sane configurations. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.