Showing hidden files and directories in the Finder in Mac OS X

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:

mac-osx-finder-hidden-files-1mac-osx-finder-hidden-files-2

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

 

Related posts:

  1. Making hidden application icons transparent on Mac OS X
  2. Remove hidden .svn directories with a simple Unix command
  3. Displaying the current folder path in Finder’s titlebar on Mac OS X
  4. Mac OS X: Disabling bouncing Dock icons
  5. Changing the Mac OS X Login Window’s background image
Twitter Digg Delicious Stumbleupon Technorati Facebook Email

No comments yet... Be the first to leave a reply!

Afrigator