标签:
显示/隐藏系统保护文件
显示:defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:defaults write com.apple.finder AppleShowAllFiles -bool false
显示/隐藏文件夹
显示:defaults write com.apple.finder AppleShowAllFiles YES
隐藏:defaults write com.apple.finder AppleShowAllFiles NO
标签:
原文地址:http://www.cnblogs.com/JavaTWW/p/5084155.html