Mac在Finder中显示隐藏文件

1、显示隐藏文件
打开终端,输入下面的命令:
defaults write com.apple.finder AppleShowAllFiles -bool true
KillAll Finder
 

 

2、取消显示隐藏文件
再次隐藏这些文件的方法和上面一样,只是把 true 改为 false 就可以了
defaults write com.apple.finder AppleShowAllFiles -bool false
KillAll Finder
 

 

原文地址:https://www.cnblogs.com/lovestarfish/p/10627945.html