不可視ファイルの表示・非表示
表示
`
1 2 3 4 |
$ defaults write com.apple.finder AppleShowAllFiles TRUE $ killall Finder |
非表示
1 2 3 4 |
$ defaults write com.apple.finder AppleShowAllFiles FALSE $ killall Finder |
メモリの開放
1 2 3 |
sudo purge |
パスワードを問われるので、入力する