显示/隐藏系统保护文件
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
显示/隐藏文件夹
显示:defaults write com.apple.finder AppleShowAllFiles YES
隐藏:defaults write com.apple.finder AppleShowAllFiles NO
原文:http://www.cnblogs.com/JavaTWW/p/5084155.html