1、显示隐藏文件
打开终端,输入下面的命令:
defaults write com.apple.finder AppleShowAllFiles -bool true
KillAll Finder
2、取消显示隐藏文件
再次隐藏这些文件的方法和上面一样,只是把 true 改为 false 就可以了
defaults write com.apple.finder AppleShowAllFiles -bool false
KillAll Finder
2023-08-12 18:20:22