this post was submitted on 08 Aug 2025
97 points (91.5% liked)

Linux

57181 readers
650 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 6 years ago
MODERATORS
 

Games on Linux are great now this is why I fully moved to Linux. Is the the work place Pc's market improving.

you are viewing a single comment's thread
view the rest of the comments
[–] gazter@aussie.zone 3 points 1 day ago (1 children)

You use an interesting example- personally, I feel like while files and folders have their place, I prefer they be part of the background and not presented to the user. Take photos, for example. If I'm looking for pictures of my dog, I don't want to go into the 2022 folder, then the August folder, then look through all those files, back out into 2022 then go into the September folder, etc. I just want to type 'dog'. Or pick from a dropdown list of common tags, or anything other than digging through files and folders.

[–] flubba86@lemmy.world 0 points 1 day ago* (last edited 1 day ago) (2 children)

Yeah, I grew up in the 90s where schools and offices had physical filing cabinets full of folders and files. And in the late 90s when learning computers at school those same concepts were reinforced in the computer file system. So files and folders within the context of using a computer is ingrained and seems obvious to me.

But kids these days are born with iPads in their hand, they use Chromebooks in primary school, and all their photos are automatically saved to the cloud and immediately available on all their devices. How would they ever learn the concepts of filesystems? It's not taught at school. It's not relevant to anything they do.

It used to make me so frustrated (it's a simple concept!) but now I get it. Maybe it's not as obvious a paradigm as we thought. Maybe there are better ways of organising files (eg, tagging, keywords, filtering) that are more human. Or using namespacing (ns prefixes, curies). Or even using non-local universal identifiers (ipfs locators). It makes me wonder if we might eventually even move away from hierarchical-directory based filesystems at the system level too.

[–] turbowafflz@lemmy.world 1 points 9 hours ago

I mean hierarchy is how we find any specific item in the real world though, so it seems like the best way to organize things on a computer. If I'm looking for a pair of scissors I know to go into my house, into my kitchen, into the drawer, and take the scissors. You can use tagging and things to search, but having that be the main way of accessing files will never be as reliable or repeatable as just looking where you know the file is.

[–] gazter@aussie.zone 1 points 1 day ago

Precisely- it's a concept that is ingrained in people to the point where anyone who doesn't understand it is viewed as lacking. However, it's needless.

I don't need to understand IP addressing subnet routing to go to a website. Why should I need to understand a file and folder structure to find an old tax document?