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=-0.8 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, 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 6d4bf4b0 for ; Thu, 27 Sep 2018 23:14:46 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id 6B0C8A1AA5; Fri, 28 Sep 2018 09:14:45 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 50FEDA1A7D; Fri, 28 Sep 2018 09:14:23 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 95B53A1A6D; Fri, 28 Sep 2018 09:14:21 +1000 (AEST) Received: from mercury.lcs.mit.edu (mercury.lcs.mit.edu [18.26.0.122]) by minnie.tuhs.org (Postfix) with ESMTPS id 9E81EA1A6C for ; Fri, 28 Sep 2018 09:14:20 +1000 (AEST) Received: by mercury.lcs.mit.edu (Postfix, from userid 11178) id 6C71718C08E; Thu, 27 Sep 2018 19:14:19 -0400 (EDT) To: tuhs@minnie.tuhs.org Message-Id: <20180927231419.6C71718C08E@mercury.lcs.mit.edu> Date: Thu, 27 Sep 2018 19:14:19 -0400 (EDT) From: jnc@mercury.lcs.mit.edu (Noel Chiappa) 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: jnc@mercury.lcs.mit.edu Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > My memory is that the term "home directory" predates /home - perhaps on > other OS's such as TOPS-20, but I don't have time to research that. Well, I looked at the "Introduction to MIT-XX" (a TOPS-20 machine), and it also used the terms "logged-in directory" (home dir) and "connected directory" (current dir). I couldn't find any use of 'home' in the V6 documentation. I _did_ find "home directory" in the ITS documentation; the oldest doc file I found it in was dated 5/25/79. If ITS was the source, not sure how it spread - maybe via EMACS? Noel