macbook 隐藏文件可见 ghq_ 2022-08-18 162 阅读1分钟 #进入终端,输入命令行 // 设置隐藏文件不可见 defaults write com.apple.finder AppleShowAllFiles FALSE // 设置隐藏文件可见 defaults write com.apple.finder AppleShowAllFiles TRUE 2、还需要在终端中调用 killall Finder 重启 Finder 才能应用修改。 killall Finder