this post was submitted on 06 Sep 2024
1204 points (95.5% liked)

Linux

47998 readers
883 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
1204
submitted 2 months ago* (last edited 1 month ago) by sag@lemm.ee to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[–] FQQD@lemmy.ohaa.xyz 239 points 2 months ago (33 children)

i always thought /usr stood for "user". Please tell me I'm not the only one

[–] superkret 40 points 2 months ago (19 children)

I thought it was United System Resources.
And I still don't know what's the point in separating /bin, /sbin, /usr/bin and /usr/sbin.
Also /mnt and /media
Or why it's /root and not /home/root

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

/home is often on a separate volume. You’d want root to be available in a maintenance situation where /home may not be mounted.

I don't recall the reasons for the addition but /media is newer than /mnt.

[–] grue@lemmy.world 10 points 2 months ago (1 children)

I don't recall the reasons for the addition but /media is newer than /mnt.

Something to do with hard-coded mounts in /etc/fstab vs. dynamically-mounted removable media (USB drives etc.), I think.

[–] jaybone@lemmy.world 3 points 2 months ago

I’ve also seen autofs network automounts go in /net

load more comments (17 replies)
load more comments (30 replies)