一、MAC OS整个系统的隐藏文件显示可见,在终端下输入以下命令
defaults write com.apple.finder AppleShowAllFiles -bool true
二、 在MAC OS Finder标题栏上显示完整路径,在终端下输入以下命令
defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES
原文:http://www.cnblogs.com/wujinhong/p/7325918.html