this post was submitted on 29 Jun 2024
59 points (96.8% liked)

Linux

47361 readers
1177 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
[–] dinckelman@lemmy.world 8 points 2 months ago (2 children)

I'm curious why the separation between these still exists, because a bunch of distributions symlink all of these to /usr/bin either way

[–] uis@lemm.ee 11 points 2 months ago* (last edited 2 months ago) (1 children)

Think about booting over network. Or having /usr on another drive. Including even network drive. Think about ~~dumb terminals~~(wrong cetury) thin clients. For example they can use small disk to quickly boot wihout downloading kernel and initramfs and use NFS for /usr and /home.

[–] pastermil@sh.itjust.works 14 points 2 months ago (1 children)

These days, AFAIK network boot is done thru initramfs. It loads rootfs in most cases I've seen tho.

[–] uis@lemm.ee 6 points 2 months ago* (last edited 2 months ago)

True, network boot is not best example. Shared /usr is much better one. For example if you are school that wants to buy 100 thin clients for very cheap.

[–] rotopenguin@infosec.pub 3 points 2 months ago

It exists because, long ago in a galaxy far far away, a sysadmin ran out of space on a drive. The system was split between two 10MB(?) drives, one was / and one was mounted at /usr, for User data. They moved some of the programs to a folder for a dummy user, /usr/bin, and put that in everybody's PATH.

Everybody kept on doing things that way ever since. Social momentum is funny that way.