Apple’s reasoning is good, but there are times when you may need to view these out-of-the-way corners of your Mac’s file system. You’ll find that accessing these hidden corners of your Mac is one of the steps in many Mac troubleshooting guides, as well as guides for backing up important data, such as mail messages or Safari bookmarks. Fortunately, Apple includes ways to access these hidden goodies in OS X and the more recent macOS. This guide concentrate on using the Terminal app, which provides a command line-like interface to many of the Mac’s core functions. With Terminal, a simple command is all it takes to get your Mac to spill its secrets.

Terminal Is Your Friend

What Was Hidden Can Now Be Seen

Now that the Finder is displaying hidden files and folders, just what can you see? The answer depends on the specific folder you’re looking at, but in just about every folder, you’ll see a file named .DS_Store. The DS_Store file contains information about the current folder, including the icon to use for the folder, the location its window will open in, and other bits of information the system needs. defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder More important than the ubiquitous .DS_Store file are the hidden folders that allow Mac users to access files such as the Library folder within your Home folder. The Library folder contains many files and folders that relate to specific apps and services that you use on your Mac. For example, have you ever wondered where your email messages are stored? If you use Mail, you’ll find them in the hidden Library folder. Likewise, the Library folder contains your Calendar, Notes, Contacts, Saved Application States, and much more. Go ahead and look around the Library folder, but don’t make any changes unless you have a specific problem that you’re attempting to fix. Now that you can see all the hidden folders and files in the Finder, you’ll probably want to hide them again, if only because they tend to clutter up Finder windows with extraneous items.

Hide the Clutter

More About Terminal

If the power of the Terminal app intrigues you, you can find out more about what secrets Terminal can uncover in this guide: Use the Terminal Application to Access Hidden Features. defaults write com.apple.finder AppleShowAllFiles FALSE killall Finder