Follow the steps as shown below;
1. Open a terminal window and type
> defaults write com.apple.Finder AppleShowAllFiles true
> killall Finder
2. Click on Finder icon to launch it again. That's it. If you go to the user home directory it should now show hidden files.
In future if you decide to disable again, just repeat the same steps above and change true to false.
1. Open a terminal window and type
> defaults write com.apple.Finder AppleShowAllFiles true
> killall Finder
2. Click on Finder icon to launch it again. That's it. If you go to the user home directory it should now show hidden files.
In future if you decide to disable again, just repeat the same steps above and change true to false.
Comments