MacのOS X LionのFinderで隠しファイルを表示するコマンド
■MacのOS X LionのFinderで隠しファイルを表示するコマンド
「ターミナル」で下記コマンドを実行
defaults write com.apple.finder AppleShowAllFiles -bool YES
「Finder」を再起動
killall Finder
隠しファイルを非表示に戻す場合
defaults write com.apple.finder AppleShowAllFiles -bool NO
「Finder」を再起動
killall Finder