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:
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:



18 Aug 2009 










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