设置mac的隐藏文件显示
2015-12-14 本文已影响20人
程序媛coco
在终端输入如下命令:
显示: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