跳过正文
  1. 文章/
  2. 操作系统/
  3. MacOS/

1、MacOS

·81 字·1 分钟· loading · loading · ·
操作系统 MacOS
GradyYoung
作者
GradyYoung
目录
MacOS - 点击查看当前系列文章
§ 1、MacOS 「 当前文章 」

隐藏文件
#

显示隐藏文件command+shift+.,或者使用如下命令,可以切换系统默认显示隐藏文件

# 默认显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true
# 默认不显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false
MacOS - 点击查看当前系列文章
§ 1、MacOS 「 当前文章 」