Finder->应用程序->实用工具->终端
如果显示所有隐藏的文件(夹),使用命令:
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
本文介绍如何在Mac OS中使用终端命令来显示或隐藏文件及文件夹。通过两个简单的命令,用户可以轻松地切换是否显示系统中的隐藏内容。
6408

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



