From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: tuhs-bounces@minnie.tuhs.org X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.2 Received: from minnie.tuhs.org (minnie.tuhs.org [45.79.103.53]) by inbox.vuxu.org (OpenSMTPD) with ESMTP id 907aba6e for ; Thu, 27 Sep 2018 17:20:52 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 20502A1E2F; Fri, 28 Sep 2018 03:20:51 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 069039E99B; Fri, 28 Sep 2018 03:20:21 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 142009E99B; Fri, 28 Sep 2018 03:20:18 +1000 (AEST) Received: from freefriends.org (freefriends.org [96.88.95.60]) by minnie.tuhs.org (Postfix) with ESMTP id A8D1B9E998 for ; Fri, 28 Sep 2018 03:20:17 +1000 (AEST) X-Envelope-From: arnold@skeeve.com Received: from freefriends.org (localhost [127.0.0.1]) by freefriends.org (8.14.9/8.14.9) with ESMTP id w8RHKBOv031106; Thu, 27 Sep 2018 11:20:12 -0600 Received: (from arnold@localhost) by freefriends.org (8.14.9/8.14.9/submit) id w8RHKBNh031105; Thu, 27 Sep 2018 17:20:11 GMT From: arnold@skeeve.com Message-Id: <201809271720.w8RHKBNh031105@freefriends.org> X-Authentication-Warning: frenzy.freefriends.org: arnold set sender to arnold@skeeve.com using -f Date: Thu, 27 Sep 2018 11:20:11 -0600 To: crossd@gmail.com, ca6c@bitmessage.ch References: <20180927120854.u8rei%ca6c@bitmessage.ch> In-Reply-To: User-Agent: Heirloom mailx 12.4 7/29/08 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [TUHS] The origin of /home X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: tuhs@minnie.tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" Dan Cross wrote: > At some point, the "user's directory" as denoted in /etc/passwd became > known as the "home directory." If that was common vernacular by the time > that `/home` came around as a convention, then it seems a logical name > stemming from that usage. It most definitely was common usage before /home came along. As I recall it, in the System V Release 4 time frame, AT&T, Sun, DEC and UCB agreed on the division of things into /home, /usr, and /var, with the impetus being that /usr could be mounted read-only from a single file server (saving many copies of the same files), /home mounted read-write (or automounted) and /var holding things that were peculiar to each system but read-write, such as log files and temporary files. Diskless workstations, or workstations with very small disks for holding the root filesystem only, were very popular at the time. Arnold