You are here:Home » Mac OS X » Show hidden files Finder in Mac OS X

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

0 comments:

Post a Comment