From owner-freebsd-questions@FreeBSD.ORG Sat Feb 18 23:31:58 2012 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 EBC82106566B for ; Sat, 18 Feb 2012 23:31:58 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-tul01m020-f182.google.com (mail-tul01m020-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id AD5318FC12 for ; Sat, 18 Feb 2012 23:31:58 +0000 (UTC) Received: by obcwo16 with SMTP id wo16so7599915obc.13 for ; Sat, 18 Feb 2012 15:31:58 -0800 (PST) Received-SPF: pass (google.com: domain of kudzu@tenebras.com designates 10.182.121.101 as permitted sender) client-ip=10.182.121.101; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kudzu@tenebras.com designates 10.182.121.101 as permitted sender) smtp.mail=kudzu@tenebras.com Received: from mr.google.com ([10.182.121.101]) by 10.182.121.101 with SMTP id lj5mr9719028obb.39.1329607918088 (num_hops = 1); Sat, 18 Feb 2012 15:31:58 -0800 (PST) MIME-Version: 1.0 Received: by 10.182.121.101 with SMTP id lj5mr8205896obb.39.1329607918022; Sat, 18 Feb 2012 15:31:58 -0800 (PST) Received: by 10.60.49.164 with HTTP; Sat, 18 Feb 2012 15:31:57 -0800 (PST) In-Reply-To: <718F65932F311804F7DD0E8A@mac-pro.magehandbook.com> References: <4F3ECF23.5000706@fisglobal.com> <20120217234623.cf7e169c.freebsd@edvax.de> <3D08D03C85ACFBB1ABCDC5DA@mac-pro.magehandbook.com> <20120218210628.GA33662@gizmo.acns.msu.edu> <718F65932F311804F7DD0E8A@mac-pro.magehandbook.com> Date: Sat, 18 Feb 2012 15:31:57 -0800 Message-ID: From: Michael Sierchio To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlCG7oKGnOOuZb7O6t1XdFhC59hHpMYvLx8Zd8SUgkxsQFxQEiADXqn9uqIbKV/lc9HRvPv Subject: Re: /usr/home vs /home (was: Re: One or Four?) 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: Sat, 18 Feb 2012 23:31:59 -0000 On Sat, Feb 18, 2012 at 3:10 PM, Daniel Staal wrote: > --As of February 18, 2012 2:46:32 PM -0800, Michael Sierchio is alleged to > have said: > >> man hier True, but /usr/... was a typical place to find users' home directories, since /usr is mounted when the system goes to.... multiuser mode. /home and /usr/home weren't originally featured in UNIX. /usr/kudzu might have been kudzu's home directory, or - in a large installation, before the advent of directory hashing, a scheme like /usr/k/ku/kudzu was used to limit the number of directories in each component of the path.