Posts tagged ‘hidden files’

Show hidden files in Finder

To display hidden files in Finder type the following commands in the Terminal:

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