MAC 显示隐藏文件

211 阅读1分钟
  1. 显示文件: defaults write com.apple.finder AppleShowAllFiles -bool true
  2. 隐藏文件: defaults write com.apple.finder AppleShowAllFiles -bool false

重启finder: 快捷键option+command+esc,选中Finder,重新启动即可