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