leisurezxy

命令行指令

Mac系统版本为最新

1.显示隐藏文件夹

defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder

2.关闭显示隐藏文件夹

defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder

 

Mac系统版本为OS X Mountain Lion或是更早版本

1.显示隐藏文件夹

defaults write com.apple.finder AppleShowAllFiles TRUE ; killall Finder

2.关闭显示隐藏文件夹

defaults write com.apple.finder AppleShowAllFiles FALSE ; killall Finder

分类:

技术点:

相关文章:

  • 2021-12-15
  • 2022-12-23
  • 2021-11-19
  • 2021-11-19
  • 2021-11-19
  • 2021-11-22
猜你喜欢
  • 2021-11-20
  • 2021-11-20
  • 2021-11-20
  • 2022-12-23
  • 2021-11-19
  • 2021-09-20
  • 2021-11-19
相关资源
相似解决方案