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