Everywhere All articles Download

How macOS actually works

File extensions

Updated 2026-07-31 · 3 min read

Finder hides extensions by default, which causes a specific and avoidable class of confusion.

Show them

Finder → Settings → Advanced → Show all filename extensions. Do this on a new Mac before anything else.

Without it, report.pdf and report.pdf.exe look identical, which is exactly the ambiguity malware relies on.

Per-file

⌘I on a file → Hide extension checkbox in the Name & Extension section.

Extension versus type

macOS records a Uniform Type Identifier alongside the name. Renaming photo.png to photo.jpg does not convert anything — it produces a PNG with a misleading name, and most apps will open it correctly anyway by reading the file's contents.

This is why Finder's Kind filter finds files whose extensions are wrong, and a name-based *.jpg search does not.

Changing which app opens a type

⌘IOpen with → choose an app → Change All…. This edits Launch Services, not the file.

Files with no extension

Common on Unix — README, Makefile, .gitignore. macOS infers the type from contents where it can. Quick Look often refuses to preview them without the qlstephen plugin.

Searching

Extension search (*.pdf) and kind search (Kind is PDF) give different results, and both are correct for different questions. Use kind when hunting for content of a type; use extension when cleaning up by suffix.

Common questions

Does renaming a file's extension convert it?

No. It changes the name only. The contents and the file's real type are unchanged.

Why does Finder show a file with no extension?

Extensions are optional on macOS. The system uses type metadata and content inspection instead.

Find any file before you finish typing

Everywhere keeps track of every file on your Mac — including the folders Spotlight hides and drives you have unplugged. Free for a day, then $19 once.

Download for Mac

Related

© 2026 Caretopia Network Private Limited Everywhere for Mac Articles Privacy Support