显示隐藏文件:
defaults write com.apple.finder AppleShowAllFiles -bool true
关闭显示隐藏:
defaults write com.apple.finder AppleShowAllFiles -bool false
命令运行之后需要重新加载Finder:快捷键option+command+esc,选中Finder,重新启动即可
显示隐藏文件:
defaults write com.apple.finder AppleShowAllFiles -bool true
关闭显示隐藏:
defaults write com.apple.finder AppleShowAllFiles -bool false
命令运行之后需要重新加载Finder:快捷键option+command+esc,选中Finder,重新启动即可