MAC下如何显示隐藏文件

1.在终端上输入以下命令

defaults write com.apple.finder AppleShowAllFiles -bool true

2.重新启动Finder

使用快捷键 Command + Option + esc 或者执行 killall Finder命令

这样就可以显示隐藏文件了。

另外 不显示隐藏文件的命令为

defaults write com.apple.finder AppleShowAllFiles -bool false

同样也需要东西启动Finder才生效。

原文地址:https://www.cnblogs.com/lidaojian/p/5608660.html