- 2 Posts
- 2 Comments
Joined 9 months ago
Cake day: April 2nd, 2025
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
who@feddit.orgto
Programmer Humor@programming.dev•top 5 unsolved problems in computer scienceEnglish
0·7 months ago- Getting users to post text instead of screenshots of text.



Tree-like hierarchy is used all over the place, including computers, because it’s a useful and easily understood way to organize information.
You can.
man lnI don’t know what you mean by that. If you mean a link target, it doesn’t. A file is canonically identified by its inode (or equivalent), not where it appears in a directory tree.
You can. Common tools like
findcan do this, as can some file managers like Dolphin, and various indexing tools.If you mean to ask why that sort of indexing/filtering isn’t built in to most filesystems, consider compatibility: Practically no software exists that would know how to take advantage of it. Also consider what it would mean for a filesystem to filter by files that exist in 3 folders if that filesystem doesn’t use folders. :)
(BTW, that “extension” concept doesn’t exist in most modern filesystems. Any .xyz suffix you see in the ones that don’t come from Microsoft is just part of the file name, with no special meaning. Some programs try to guess at content type based on common file name suffixes, but that is unreliable and has nothing to do with the fs.)
Since you’re interested in this topic, though, maybe have a look at different approaches to data storage that have been tried over the years. To get you started:
https://en.wikipedia.org/wiki/Object_storage
https://en.wikipedia.org/wiki/File_system#Database_file_systems