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