・Finderでのフルパス表示
ターミナルでコマンド実行
defaults write com.apple.finder _FXShowPosixPathInTitle -boolean true
再起動すれば実行されてる。
フルパス止めるならまたコマンド
defaults delete com.apple.finder _FXShowPosixPathInTitle
・隠しファイル(.ファイルとか)
ターミナルでコマンド実行
defaults write com.apple.finder AppleShowAllFiles TRUE
解除
defaults write com.apple.finder AppleShowAllFiles FALSE