Mac系统显示隐藏文件
2016-05-12 本文已影响0人
wantjoy
终端输入:
显示 defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏 defaults write com.apple.finder AppleShowAllFiles -bool false
终端输入:
显示 defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏 defaults write com.apple.finder AppleShowAllFiles -bool false