defaults write com.apple.finder AppleShowAllFiles -bool true //此命令显示隐藏文件defaults write com.apple.finder AppleShowAllFiles -bool false //此命令关闭显示隐藏文件killall Finder//重启finder
defaults write com.apple.finder AppleShowAllFiles -bool true //此命令显示隐藏文件defaults write com.apple.finder AppleShowAllFiles -bool false //此命令关闭显示隐藏文件killall Finder//重启finder