美文网首页
在Mac系统中显示和隐藏文件

在Mac系统中显示和隐藏文件

作者: Melody_YM | 来源:发表于2016-11-23 21:12 被阅读16次

Mac操作系统下,显示/隐藏Mac隐藏文件命令如下(注意其中的空格并且区分大小写),打开终端在终端中输入对应的命令:

显示Mac隐藏文件的命令:

defaults write com.apple.finder AppleShowAllFiles -bool true

隐藏Mac隐藏文件的命令:

defaults write com.apple.finder AppleShowAllFiles -bool false

或者显示Mac隐藏文件的命令:

defaults write com.apple.finder AppleShowAllFiles YES

隐藏Mac隐藏文件的命令:

defaults write com.apple.finder AppleShowAllFiles NO

输完单击Enter键,退出终端,重启计算机就好了!!

相关文章

网友评论

      本文标题:在Mac系统中显示和隐藏文件

      本文链接:https://www.haomeiwen.com/subject/azwvpttx.html