Skip to content

17. Show Hidden Files (macOS)

Screenshot: Gizmodo
Screenshot: Gizmodo

You can reveal the files macOS is hiding from you with the “defaults write com.apple.finder AppleShowAllFiles -bool TRUE; killall Finder” command. If you need to hide them again, use the “defaults write com.apple.finder AppleShowAllFiles -bool FALSE; killall Finder” command.