木曜日, 3月 22, 2012

MacのOS X LionのFinderで隠しファイルを表示するコマンド


MacのOS X LionのFinderで隠しファイルを表示するコマンド

http://www.miuxmiu.com/archives/2011/09/23/mac_os_x_lion_finder_hidden_files_show_command.html

■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