ShannonChenCHN / eureka

✍️ I read, I write, I think, I do, I learn, I code.
133 stars 13 forks source link

如何显示Mac OS X上的隐藏文件和文件夹 #76

Open ShannonChenCHN opened 7 years ago

ShannonChenCHN commented 7 years ago

1. 显示隐藏的文件

1.1 输入终端命令:

defaults write com.apple.Finder AppleShowAllFiles YES

1.2 重启 finder

2.隐藏文件

1.1 输入终端命令:

defaults write com.apple.Finder AppleShowAllFiles NO

1.2 重启 finder