Came across this problem trying to copy my ssh private key from my old machine onto my new mac.The solution is to change a setting via the terminal.
defaults write com.apple.Finder AppleShowAllFiles YES
Finder needs to be restarted for this to take effect and that can be done via holding the option key (alt to me and everyone else not used to macs) and then clicking and holding the mouse on the finder icon in the dock. A context menu will appear, select relaunch.You’ll now see a lot more files in finder which some people may consider a downside in which case you can always change the setting back to NO.
May 16th, 2008 at 11:44 am
Neat, but I think I’ll stick to using the show terminal here button and then doing ls -la followed by open if required. I quite like having a clean terminal.