453
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 20 Jun 2026
453 points (97.5% liked)
linuxmemes
31834 readers
242 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudoin Windows. - No porn, no politics, no trolling or ragebaiting.
- Don't come looking for advice, this is not the right community.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. ๐ฌ๐ง Language/ัะทัะบ/Sprache
- This is primarily an English-speaking community. ๐ฌ๐ง๐ฆ๐บ๐บ๐ธ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. ย
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 3 years ago
MODERATORS
I use either term. "Directory" is a weird term honestly. I accept it and use it often, but folder finds does make more sense honestly.
Yes, a directory is a list of items. Like a telephone directory. A folder is a container of items.
In 2009 I added Folder to the Wikipedia page Directory (computing) Explaining the Folder Metaphor in both English and German (Verzeichnis/Ordner). My clarification has been tweaked and altered slightly to bring it into line with Wikipedia standards, but it has stood the test of time.
I always use the term folder in Linux circles when referring to a container of things. It's useful to stress the importance of the user interface, which is often misunderstood by many there. Be proud!
Firstly, thank you for your contributions to Wikipedia. And yeah those are the two ways I've thought of those terms. What's weird to me is that saying "directory" to refer to the containing object does sound like you're referring to just the listing itself, as you said, which is ever-changing metadata and to my knowledge that is not stored in/on the folder itself, it would be in the ...whatever equivalent of file allocation tables are now. But, since so many people say directory I've learned to use it interchangeably with folder. Directory feels more technical and somehow more closely attached to the concept of a path. I dunno, words are weird!
We got ourselves a celebrity, Iโm going to call you Hollywood
But it's called a pen! Hmmm.
Folder is better. On disk, a folder is a list of pairs of a name and number, mapping the items in the folder to their location on the disk i.e. it's a directory. The days before computerization are before my time, but, as I understand it, library index cards worked this way. You might have a card for each author which listed the books by that author with the location of the index card on that book, and you might have directory cards on subjects or keywords too, and the card on a book might point to the location of the book on the shelf and the card for the author, etc., or something like that. It would be most confusing to call these directory cards "folders". The computer does the same thing internally, but the user interface has hidden away any notion of directory. They're logically folders. It's only a directory if you're writing a file system implementation.
Interesting. Thanks for that explanation!