View Source



{tip:title=How to allow Finder to show hidden file/folder}

From Shell type
{noFormat}
defaults write com.apple.finder AppleShowAllFiles TRUE
{noFormat}

and ...

{noFormat}
killall Finder
{noFormat}

[Original post|http://forums.macrumors.com/showthread.php?t=253415]

{tip}