Show Hidden Files in OSX [Tips]
There is no way to enable the displaying of hidden files or folders from the graphic user interface on a Mac, but it can be done via Terminal. To enable the displaying of the hidden files open the Terminal and type:
defaults write com.apple.Finder AppleShowAllFiles TRUE [press enter]
KillAll Finder [press enter]
If you are done viewing the hidden files and would like to stop viewing them, open the Terminal again and type:
defaults write com.apple.Finder AppleShowAllFiles FALSE [press enter]
KillAll Finder [press enter]
Related posts:
- Change the Default Boot Operating System via GRUB in Ubuntu 9.10 [Tips] If installed Ubuntu 9.10 on a computer that already had...
Related posts brought to you by Yet Another Related Posts Plugin.


