You are on page 1of 1

Type the following command at the terminal prompt:

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

If you're using OS X 10.8 and earlier, use this one instead:

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


Hide Hidden Files

Open Terminal and type the following command:

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

You might also like