# 终端输入
``` bash
$ defaults write com.apple.finder AppleShowAllFiles -bool true
```
# 生效
**强制退出 Finder** `commend + option + esc`
<br />
# 恢复原来的样子
``` bash
$ defaults write com.apple.finder AppleShowAllFiles -bool false
原文:http://www.cnblogs.com/Mr-Lim/p/6590719.html