From owner-freebsd-questions@FreeBSD.ORG Wed Apr 7 17:13:14 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50D64106564A for ; Wed, 7 Apr 2010 17:13:14 +0000 (UTC) (envelope-from corky1951@comcast.net) Received: from qmta10.westchester.pa.mail.comcast.net (qmta10.westchester.pa.mail.comcast.net [76.96.62.17]) by mx1.freebsd.org (Postfix) with ESMTP id 022728FC16 for ; Wed, 7 Apr 2010 17:13:13 +0000 (UTC) Received: from omta18.westchester.pa.mail.comcast.net ([76.96.62.90]) by qmta10.westchester.pa.mail.comcast.net with comcast id 2f2W1e00P1wpRvQ5AhDE1l; Wed, 07 Apr 2010 17:13:14 +0000 Received: from comcast.net ([98.203.142.76]) by omta18.westchester.pa.mail.comcast.net with comcast id 2hGb1e0081f6R9u3ehGbRg; Wed, 07 Apr 2010 17:16:37 +0000 Received: by comcast.net (sSMTP sendmail emulation); Wed, 07 Apr 2010 10:13:10 -0700 Date: Wed, 7 Apr 2010 10:13:10 -0700 From: Charlie Kester To: freebsd-questions@freebsd.org Message-ID: <20100407171310.GA44876@comcast.net> Mail-Followup-To: freebsd-questions@freebsd.org References: <4BBC3343.8070703@a1poweruser.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4BBC3343.8070703@a1poweruser.com> X-Mailer: Mutt 1.5.20 X-Composer: VIM 7.2 User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: usage of /usr/bin X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Apr 2010 17:13:14 -0000 On Wed 07 Apr 2010 at 00:24:51 PDT Fbsd1 wrote: >Why are there RELEASE base files in /usr/bin. I thought /usr was to >only contain binaries installed from ports or packages. In many configurations, /bin and /usr/bin are not in the same slice. In some cases, they're not even on the same drive. Think about scenarios where /usr fails to mount for some reason. Then look at what's in /bin compared to what's in /usr/bin, and perhaps you'll understand the logic of it.