this post was submitted on 06 Sep 2024
1234 points (95.6% liked)

Linux

48317 readers
685 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
1234
submitted 2 months ago* (last edited 2 months ago) by sag@lemm.ee to c/linux@lemmy.ml
(page 3) 50 comments
sorted by: hot top controversial new old
[–] orangeboats@lemmy.world 5 points 2 months ago (1 children)

For many systems out there, /bin and /lib are no longer a thing. Instead, they are just a link to /usr/bin and /usr/lib. And for some systems even /sbin has been merged with /bin (in turn linked to /usr/bin).

load more comments (1 replies)
[–] savvywolf@pawb.social 4 points 2 months ago

If my /bin contains exe files, something has gone very wrong somewhere...

Also, all these infographics are a sad casualty of the /usr/bin merge.

[–] Dasnap@lemmy.world 4 points 2 months ago

/bin confused me for a while because I thought it meant 'this stuff is trash, don't worry about it'.

[–] MonkderVierte@lemmy.ml 4 points 2 months ago

Linux file system is ext* tho.

[–] Mwa@thelemmy.club 3 points 2 months ago

idk if unix or linux file system

[–] michdavelz@lemmy.world 3 points 2 months ago (2 children)

Is it just me, or are the definitions for /sys and /proc mixed up?

[–] Sonotsugipaa@lemmy.dbzer0.com 3 points 2 months ago

Nah, it's just that /proc is incorrect - it contains information about running processes, as well as kernel data structures as visible by the process reading them.

[–] BananaTrifleViolin@lemmy.world 2 points 2 months ago* (last edited 2 months ago)

No I thinks is basically right although could be better worded maybe

/sys is virtual file structure for kernel system info

/proc is virtual file structure of kernel process info

My understanding is /proc came first but was abused/free for all and started being used for all sorts of non standard/process kernel access. So /sys was created with stricter rules to make it more standardised.

[–] Flamekebab@piefed.social 3 points 2 months ago (1 children)

Is there a version of this that wasn't awkwardly resized?

load more comments (1 replies)
[–] amw3i7dwgoblinlabs@lemmy.world 3 points 2 months ago

huh... an exe in my /bin ?

sus...

[–] toothpaste_sandwich@feddit.nl 3 points 2 months ago

The icon for media reminds me of a bidet on a floor plan.

[–] kuneho@lemmy.world 3 points 2 months ago* (last edited 2 months ago) (1 children)

reminded me of this picture

[–] elvith@feddit.org 5 points 2 months ago (1 children)

Since almost everything on the right would be located in /home/ on the left, it should include some of the subdirectories of %windir%\

load more comments (1 replies)
[–] Affidavit@lemm.ee 3 points 2 months ago

I've been using Linux on and off for years and I've never really understood what these different directories are for. If I don't know where something is I just search for it, though more often than not whatever I'm looking for is somewhere in the home directory. I'm also not sure of the accuracy of this though. I have a VM in /run, and an SSD and thumb drive in /media. I would've expected these to be in /mnt.

[–] BmeBenji@lemm.ee 2 points 2 months ago

Holy shit. I’ve been wondering about this for so long

load more comments
view more: ‹ prev next ›