Show hidden files in Finder

To show hidden files in Finder open the Terminal window and execute:

  1. defaults write com.apple.finder AppleShowAllFiles TRUE
  2. killall Finder

To hide them again:

  1. defaults write com.apple.finder AppleShowAllFiles FALSE
  2. killall Finder

No comments yet »

Your comment

HTML-Tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>