1. finder标题栏显示全路径
终端输入
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
恢复
<span style="font-family:SimSun;">defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder</span>
终端输入
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
恢复
<span style="font-family:SimSun;">defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder</span>