From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 e0b1f335 for ; Mon, 21 Oct 2019 12:00:46 +0000 (UTC) Received: by minnie.tuhs.org (Postfix, from userid 112) id A79B39B936; Mon, 21 Oct 2019 22:00:44 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id 5946193D91; Mon, 21 Oct 2019 22:00:36 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id 47CAD93D91; Mon, 21 Oct 2019 22:00:35 +1000 (AEST) Received: from firemail.de (firemail.de [144.76.63.194]) by minnie.tuhs.org (Postfix) with ESMTPS id 5B50F93D8C for ; Mon, 21 Oct 2019 22:00:33 +1000 (AEST) Received: from firemail.de (firemail.de [144.76.63.194]) by firemail.de (b1gMailServer) with ESMTP id 5E6A2C7A for ; Mon, 21 Oct 2019 14:00:31 +0200 (CEST) Date: Mon, 21 Oct 2019 14:00:30 +0200 MIME-Version: 1.0 Message-ID: X-Mailer: b1gMail/7.3.0 X-Sender-IP: 46.18.62.65 From: "Thomas Paulsen" To: "Abhinav Rajagopalan" In-Reply-To: References: <20191021062242.GA91599@indra.papnet.eu> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Content-Disposition: inline Subject: Re: [TUHS] PDP-7 UNIX filesystem X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Thomas Paulsen Cc: tuhs@tuhs.org Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" > Also, I only now realized that only mknod existed, up until a long time, > > only later on with the GNU coreutils did mkdir as a command come into > existence. Running the PDP-11 v7 on SIMH showed that, gotten so accustomed > > to the Linux env that thinking backwards seemed suddenly arcane. > that's not true. mkdir isn't a GNU invention. Its much older. https://en.wikipedia.org/wiki/Mkdir#History http://man7.org/linux/man-pages/man2/mknod.2.html