From owner-freebsd-questions@freebsd.org Wed May 6 15:12:44 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 3FBBD2C76F5 for ; Wed, 6 May 2020 15:12:44 +0000 (UTC) (envelope-from arne@Steinkamm.COM) Received: from mail.steinkamm.com (mail.steinkamm.com [194.127.175.194]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "steinkamm.com", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49HKpM07qzz3HJB for ; Wed, 6 May 2020 15:12:42 +0000 (UTC) (envelope-from arne@Steinkamm.COM) Received: from trajan.stk.cx (trajan.stk.cx [10.8.8.110]) by basis.steinkamm.com (8.15.2/8.15.2) with ESMTPS id 046FCWST076018 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT); Wed, 6 May 2020 17:12:33 +0200 (CEST) (envelope-from arne@steinkamm.com) Received: from trajan.stk.cx (localhost [127.0.0.1]) by trajan.stk.cx (8.15.2/8.15.2) with ESMTPS id 046FCWln070421 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 6 May 2020 17:12:32 +0200 (CEST) (envelope-from arne@trajan.stk.cx) Received: (from arne@localhost) by trajan.stk.cx (8.15.2/8.15.2/Submit) id 046FCU6D070010; Wed, 6 May 2020 17:12:30 +0200 (CEST) (envelope-from arne) Date: Wed, 6 May 2020 17:12:30 +0200 From: Arne Steinkamm To: Valeri Galtsev Cc: freebsd-questions@freebsd.org, arne@steinkamm.com Subject: Re: redesignde the unix-like system directory Message-ID: <20200506151230.GI82984@trajan.stk.cx> Reply-To: arne@Steinkamm.COM References: <83788746a7d8a802d8af4b582e00827166febd1a.camel@tom.com> <9a387b42-8da5-2968-24ba-754c3e461252@kicp.uchicago.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9a387b42-8da5-2968-24ba-754c3e461252@kicp.uchicago.edu> User-Agent: Mutt@Trajan/1.12.1 X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on basis.steinkamm.com X-Rspamd-Queue-Id: 49HKpM07qzz3HJB X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of arne@Steinkamm.COM has no SPF policy when checking 194.127.175.194) smtp.mailfrom=arne@Steinkamm.COM X-Spamd-Result: default: False [0.12 / 15.00]; ARC_NA(0.00)[]; HAS_REPLYTO(0.00)[arne@Steinkamm.COM]; NEURAL_HAM_MEDIUM(-0.46)[-0.460,0]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[Steinkamm.COM]; REPLYTO_DOM_EQ_FROM_DOM(0.00)[]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-0.61)[-0.613,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; IP_SCORE(-0.00)[country: DE(-0.02)]; R_SPF_NA(0.00)[]; FORGED_SENDER(0.30)[freebsd-questions@Steinkamm.COM,arne@Steinkamm.COM]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:34646, ipnet:194.127.175.0/24, country:DE]; FROM_NEQ_ENVFROM(0.00)[freebsd-questions@Steinkamm.COM,arne@Steinkamm.COM]; RCVD_TLS_ALL(0.00)[] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 May 2020 15:12:44 -0000 On Wed, May 06, 2020 at 08:19:06AM -0500, Valeri Galtsev wrote: > On 5/6/20 7:53 AM, Ottavio Caruso via freebsd-questions wrote: > > On Wed, 6 May 2020 at 13:16, kindu smith wrote: > >> > >> Borrowing android and freebsd just to keep it simple: > >> > >> /app, application directory, various system-level applications > >> /boot, boot directory, set up ABI, API, EFI, kernel, modules and other > >> directories to store complete microkernel boot source code, interface, > >> EFI partition information, modules. > >> /cloud, various cloud applications > >> /data, database, such as key, web page data > >> /help, operating system manual > >> /net, network information and server information, etc. > >> /system , store the file system hierarchy (FHS) directory > >> /user, user directory, set user account and information > > > > What was you question? In any case, no thanks. > > > > +1 > > I was struggling with Android garbage once. Really fed up with it. Only > the one who never did [say, attempt to de-google android] can bring > anything android-like to UNIX table as example. Looking at a flat layout like this one gives me a feeling, that most people forgot that it's a real bad idea to have a external mounted directory in the root directory... easy way to make a system unresponsive in case of a network problem. I keep the traditional filesystem layout which I'm used for 40 years now and added a /l hierarchy as portal for everything else. .//. Arne -- Arne Steinkamm | Home: Mail: arnesteinkammcom