mac显示隐藏文件
让 Finder 显示隐藏文件和文件夹
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder再次隐藏原本的隐藏文件和文件夹
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall FinderLast updated
Was this helpful?