Mac使用
2016-07-29 本文已影响46人
囧书
-
显示 Mac 隐藏文件的命令:
defaults write com.apple.finder AppleShowAllFiles -bool true -
隐藏 Mac 隐藏文件的命令:
defaults write com.apple.finder AppleShowAllFiles -bool false -
host路径
/private/etc/hosts
显示 Mac 隐藏文件的命令:
defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏 Mac 隐藏文件的命令:
defaults write com.apple.finder AppleShowAllFiles -bool false
host路径
/private/etc/hosts