Skip to content

Show hidden files in Finder

June 25, 2014 Finder

This post will show you how to show hidden files in finder (like .htaccess).

There isn’t an easy ‘on/off’ switch for it, instead, you have to enable it from the command-line…

Open terminal, type in:

defaults write com.apple.Finder AppleShowAllFiles YES && killall Finder

The setting will be written, and Finder will restart, and you will see your hidden files.

To hide the files again, type:

defaults write com.apple.Finder AppleShowAllFiles NO && killall Finder

1 comments

You must be <a href="https://jonathansblog.co.uk/wp-login.php?redirect_to=https%3A%2F%2Fjonathansblog.co.uk%2Fshow-hidden-files-in-finder">logged in</a> to post a comment.