Mac OS X 10.7.2 (Lion)
隠しファイルを表示する
$ defaults write com.apple.finder AppleShowAllFiles -bool YES
$ killall Finder
隠しファイルを非表示に戻す
$ defaults write com.apple.finder AppleShowAllFiles -bool NO
$ killall Finder
香川県観音寺市でシステム開発
Mac OS X 10.7.2 (Lion)
隠しファイルを表示する
$ defaults write com.apple.finder AppleShowAllFiles -bool YES
$ killall Finder
隠しファイルを非表示に戻す
$ defaults write com.apple.finder AppleShowAllFiles -bool NO
$ killall Finder