defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
再次隐藏原本的隐藏文件和文件夹
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
Last updated 4 years ago
Was this helpful?