在终端中输入下面命令可开启或关闭该特性:
开启命令:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
关闭命令:
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder
在终端中输入下面命令可开启或关闭该特性:
开启命令:
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
关闭命令:
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder
评论已关闭