Sunday, May 17, 2009

Showing hidden files on Finder

How do you view hidden files on a finder? Try the following on a command terminal.

To show all hidden files:
> defaults write com.apple.finder AppleShowAllFiles YES
> killall Finder


To undo and hide hidden files on finder:
> defaults write com.apple.finder AppleShowAllFiles NO
> killall Finder

No comments:

Post a Comment