MAC 显示隐藏文件 fay1001 2018-09-09 211 阅读1分钟 显示文件: defaults write com.apple.finder AppleShowAllFiles -bool true 隐藏文件: defaults write com.apple.finder AppleShowAllFiles -bool false 重启finder: 快捷键option+command+esc,选中Finder,重新启动即可