From mboxrd@z Thu Jan 1 00:00:00 1970 From: dave@horsfall.org (Dave Horsfall) Date: Fri, 3 Feb 2012 08:14:56 +1100 (EST) Subject: [TUHS] Understanding the /bin, /sbin, /usr/bin, /usr/sbin Split In-Reply-To: <20120202173623.GQ30634@mercury.ccil.org> References: <20120201121214.55c73577@cnb.csic.es> <4F2A907D.9000000@fastmail.us> <89159FF1-5521-4890-A5F0-30DC9E5B7EC9@bsdimp.com> <20120202173623.GQ30634@mercury.ccil.org> Message-ID: On Thu, 2 Feb 2012, John Cowan wrote: > Does anyone know what the "s" in sbin stands for? "Superuser"? I would > have put these files in /root/bin, but perhaps /root did not yet exist. I seem to recall that they were statically linked i.e. not using those new-fangled shared library thingies. And if you've ever tried to admin a system with a trashed shared library, you'll understand; it usually involves looking for the installation media. > Not everything in /usr/share comes from /etc; in particular, > /usr/share/dict was formerly /usr/dict. As I dimly recall, /usr/share was exported, hence the name. -- Dave