在终端上输入以下命令是比较简单的:
显示:
defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:
defaults write com.apple.finder AppleShowAllFiles -bool false
本文详细介绍了在终端上使用默认写入命令来调整Finder设置,以显示所有文件,包括隐藏文件。
在终端上输入以下命令是比较简单的:
显示:
defaults write com.apple.finder AppleShowAllFiles -bool true
隐藏:
defaults write com.apple.finder AppleShowAllFiles -bool false
8592
438

被折叠的 条评论
为什么被折叠?