Mac新系统常用设置

时间:2023-03-08 20:04:19

一、MAC OS整个系统的隐藏文件显示可见,在终端下输入以下命令
defaults write com.apple.finder AppleShowAllFiles -bool true

二、 在MAC OS Finder标题栏上显示完整路径,在终端下输入以下命令
 defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES