1.显示隐藏文件命令(终端中输入):defaults write com.apple.finder AppleShowAllFiles -bool true
2.显示文件路径:
一:在终端输入:defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRU
回车
二:回车后继续输入:killall Finder
回车
3.取消显示文件路径:
一:defaults delete com.apple.finder _FXShowPosixPathInTitle
二:killall
Finder