欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

MAC中显示隐藏文件和不显示隐藏文件的方法(超简单)

程序员文章站 2023-12-16 21:18:58
mac中显示隐藏文件有很多种方法,最简单的是通过在mac终端输入命令。 显示隐藏文件(注意空格和大小写): defaults write com.apple.f...

mac中显示隐藏文件有很多种方法,最简单的是通过在mac终端输入命令。

显示隐藏文件(注意空格和大小写):

defaults write com.apple.finder appleshowallfiles -bool true 

defaults write com.apple.finder appleshowallfiles yes

不显示隐藏文件:

defaults write com.apple.finder appleshowallfiles -bool false 

defaults write com.apple.finder appleshowallfiles no

输入完成后,单击enter键,然后直接退出终端,重新启动finder即可。

重启finder:首先强制退出finder,再重新启动finder即可。

以上这篇mac中显示隐藏文件和不显示隐藏文件的方法(超简单)就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。

上一篇:

下一篇: