show hidden files mac

4 hours ago 3
Nature

To show hidden files on a Mac, you have several easy options:

Using Finder Keyboard Shortcut

  • Open Finder.
  • Navigate to the folder where you want to see hidden files (e.g., Macintosh HD, Documents).
  • Press Command (⌘) + Shift (⇧) + Period (.) simultaneously.
  • Hidden files and folders will appear slightly grayed out.
  • Press the same keys again to hide the files

Using Terminal Commands

  • Open Terminal (via Spotlight with Command + Space, then type "Terminal").

  • To show hidden files, enter:

    defaults write com.apple.finder AppleShowAllFiles true; killall Finder
    
  • Finder will restart and display hidden files.

  • To hide them again, enter:

    defaults write com.apple.finder AppleShowAllFiles false; killall Finder
    

This method makes hidden files visible system-wide until reversed

Additional Tips

  • Hidden files appear translucent or semi-transparent.
  • Be cautious when modifying or deleting hidden files, as many are critical for macOS operation.
  • You can also access certain hidden folders like the Library folder by holding Option (⌥) and clicking "Go" in Finder's menu bar, then selecting "Library"

These methods work on macOS Sierra (10.12.4) and later versions. The keyboard shortcut is the quickest way to toggle hidden files visibility in Finder.