supasympa
7/5/2014 - 1:46 PM

enable disabled hidden files in finder ...

enable disabled hidden files in finder ...

Run the following command to show hidden files:
defaults write com.apple.finder AppleShowAllFiles TRUE;killall Finder

Run the following command to hide hidden files:
defaults write com.apple.finder AppleShowAllFiles FALSE;killall Finder