Sunday, March 31, 2013

Show hidden files Finder in Mac OS X

Execute the following two commands via Terminal.app:

defaults write com.apple.finder AppleShowAllFiles -bool YES
killall Finder

To hide hidden files simply run the following two commands via Terminal.app:
defaults write com.apple.finder AppleShowAllFiles -bool NO
killall Finder

No comments:

Post a Comment