This is a website by Willem van Zyl

I'm a project manager, software developer, Apple evangelist and geek from South Africa. I'm passionate about web and mobile application development, usability, productivity, physics, astronomy, science fiction and fantasy.

If you would like to contact me, message me on Twitter or send me an email.

How to display hidden files and directories in the Finder on Mac OS X

18 Aug 2009

In Mac OS X, the Finder doesn't display hidden files and directories by default (on Unix systems, directories or files are hidden by adding a "." in front of their names). To change this setting, use the commands below:

To make the Finder display hidden files and directories, open a new Terminal window and enter these commands:

defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

To revert the change, open a new Terminal window and enter these commands:

defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder
Do you like this? Share it:

Copyright © Geekology 2011. All Rights Reserved.

Hosted by Code. Like. Clockwork.