首先打开“Finder”,然后再打开“终端”
Mac系统如何显示隐藏文件
在终端中输代码
defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder
即可显示隐藏文件。
再次隐藏文件,可以输入命令
defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder
本文首发自JoyNop’s Blog https://www.joynop.com/p/319.html