this post was submitted on 06 Sep 2024
1231 points (95.7% liked)

Linux

47337 readers
670 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 34 points 1 week ago (3 children)

I always thought /usr was for "user".... TIL

[–] [email protected] 22 points 1 week ago (1 children)

It is, this infographic is wrong. Or I guess technically some other standard could define it like the infographic, but the Filesystem Hierarchy Standard defines it as a secondary hierarchy specifically for user data.

[–] [email protected] 5 points 1 week ago* (last edited 1 week ago)

/usr used to be the user home directory on Unix...well most of them. I think Solaris/SunOS has always been /export/home as I recall.

[–] [email protected] 11 points 1 week ago

It did, let me explain:

On the original (ie Thompson and Ritchie at Bell in 1969-71), I think it was a PDP-11, they installed to a 512kb hard disk.

As their "stuff" grew they needed to sprawl the OS to another drive, so they mounted it under /usr and threw OS components that didn't fit.

https://landley.net/writing/unixpaths.pdf

I've done the same, outgrew so you mount under a tree to keep going, it just never became a historical artifact.

[–] [email protected] 2 points 1 week ago

Huh. I did as well. Like /use/bin was for user installed applications and such. You learn something everyday.