Enable the finder path bar ⌥ + ⌘ + P
Show the path in the finder title bar
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool true; killall Finder
Use this command to turn it off
$ defaults write com.apple.finder _FXShowPosixPathInTitle -bool false; killall Finder