Mac隐藏文件的显示和隐藏
2018-08-01 本文已影响4人
Moker_C
通过终端输入命令
显示
- defaults write com.apple.finder AppleShowAllFiles -bool true
或 - defaults write com.apple.finder AppleShowAllFiles YES
隐藏
- defaults write com.apple.finder AppleShowAllFiles -bool false
或 - defaults write com.apple.finder AppleShowAllFiles NO
重启Finder:首先强制退出Finder,再重新启动Finder即可