this post was submitted on 22 Mar 2026
71 points (98.6% liked)

Linux

66361 readers
500 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 7 years ago
MODERATORS
 

Not that it matters much, ultimately it's about becoming familiar with where stuff is put, even if it's in a weird grab bag of /usr, /var, /etc/etc/etc. Still, I can't help but check out Gobolinux from time to time.

you are viewing a single comment's thread
view the rest of the comments
[–] vala@lemmy.dbzer0.com 18 points 3 months ago (2 children)

TIL about GoboLinux. This is a cool idea.

As a long time Linux user, I've always found the file system layout to be a bit esoteric.

What are the criticisms?

[–] AnimalsDream@slrpnk.net 11 points 3 months ago

The main one that I'm aware of is that Gobo relies on a lot of symlinks to make their folder structure work. The traditional hierarchy is still there because a lot of programs have been designed around it. It's just hidden.

[–] k4j8@lemmy.world 7 points 3 months ago (1 children)

TIL as well. Biggest disadvantage for me would be not having ~/.config for easy access to most of my config files. ~/.cache is pretty convenient too. My ideal filesystem layout might include these directories but combine the program root directories into one.

The structure of GoboLinux reminds me a lot of Flatpak.

[–] juipeltje@lemmy.world 3 points 3 months ago

Is the home folder structure different on gobo as well? I never used it so i don't know but on NixOS and Guix for example only the root file system is different, your home folder is like any other distro.