this post was submitted on 08 Oct 2025
682 points (99.3% liked)
Tech Support Memes
3150 readers
4 users here now
Memes about IT and computer related things, funny screenshots, or things you see out in the wild.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
On Unix and Unix-like systems when a file or directory name starts with a
.
its hidden by default.This convention is maintained in the UI for MacOS so you don't see the
.DS_Store
directory unless you ask to show hidden files.Apparently not even then, in the case of
.DS_Store
. Another comment quoted from Wikipedia:Wikipedia