qq9070

 

一、
显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles -bool true

不显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles -bool false

10.11之后的系统有所改变

显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles Yes && killall Finder
不显示隐藏文件:defaults write com.apple.finder AppleShowAllFiles NO && killall Finder

 

二、

在Finder中 Command+Shift+. 可以显示隐藏文件、文件夹,再按一次,恢复隐藏;

分类:

技术点:

相关文章:

  • 2021-11-04
  • 2021-11-30
  • 2021-11-05
  • 2021-11-29
  • 2021-11-30
  • 2021-09-04
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2021-11-30
  • 2021-09-04
  • 2021-11-30
  • 2021-11-30
相关资源
相似解决方案