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.5 required=5.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,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 2373f31d for ; Thu, 27 Sep 2018 12:59:11 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id EA988A1E20; Thu, 27 Sep 2018 22:59:09 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id B136E9E99B; Thu, 27 Sep 2018 22:58:58 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 799439E99B; Thu, 27 Sep 2018 22:58:54 +1000 (AEST) Received: from smtp.zmail.com (smtp01.zmail.com [82.165.227.142]) by minnie.tuhs.org (Postfix) with ESMTPS id 320179E998 for ; Thu, 27 Sep 2018 22:58:51 +1000 (AEST) Received: from india-live-spam01.icom.lan (india-live-spam01.icom.lan [10.72.59.41]) by smtp.zmail.com (Postfix) with ESMTP id D6499300522 for ; Thu, 27 Sep 2018 12:58:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by india-live-spam01.icom.lan (Postfix) with ESMTP id D039724563F for ; Thu, 27 Sep 2018 12:58:49 +0000 (UTC) Received: from smtp.zmail.com ([10.72.59.196]) by localhost (india-live-spam01.icom.lan [10.72.59.40]) (amavisd-new, port 20025) with ESMTP id G-b07CwkOeWM for ; Thu, 27 Sep 2018 12:58:49 +0000 (UTC) Received: from india-live-be04.icom.lan (india-live-be04.icom.lan [10.72.59.36]) by smtp.zmail.com (Postfix) with ESMTP id 7E1BA1A0799 for ; Thu, 27 Sep 2018 12:58:49 +0000 (UTC) Date: Thu, 27 Sep 2018 12:58:49 +0000 (UTC) To: tuhs@minnie.tuhs.org Message-ID: <633187202.18875.1538053129435.JavaMail.tomcat@india-live-be04> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <20180927120854.u8rei%ca6c@bitmessage.ch> X-Origin-Reference: 199_VFVIUw==_PDIwMTgwOTI3MTIwODU0LnU4cmVpJWNhNmNAYml0bWVzc2FnZS5jaD4=_REPLY X-Origin: =?utf-8?B?Q8OhZw==?= X-Origin-Recipient: tuhs@minnie.tuhs.org X-Origin-Received: 27 Sep 2018 12:11:15 +0000 (+00:00) X-Origin-Subject: [TUHS] The origin of /home X-Already-Answered: true In-Reply-To: <20180927120854.u8rei%ca6c@bitmessage.ch> X-Priority: 3 From: Donald ODona X-Mailer: zMail Mailer (beta) 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: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" At 27 Sep 2018 12:11:15 +0000 (+00:00) from "C=C3=A1g" = : > Hi, > Also, what was the > rationale of moving the directory to /home? originally /usr, placed on a separate disk, was what became /home much late= r. Then disk space of / was running out and more an more applications and l= ibs were moved to the /usr device. Much later in the 80ths much more disk space was available and a separate /= home was created. Exacly when I don't know, but there was no /home in Ed. 7= but System V release 3 had it already.