Jul 09
8
Show Hidden Files in Leopard OSX’s Finder
Published on July 8th, 2009Author: Michele
Mac OSX’s Finder by default does not show hidden files and folders and in the OSX menu ther is no option to enable this feature. Anyway, using the commands shell (the Terminal application) it is possible to enable or disable the visualization of hidden files and folders.
- Open the Terminal application in Mac OSX
- To enable the visualization of hidden files and folders, enter the followings commands:
defaults write com.apple.Finder AppleShowAllFiles YES KillAll Finder
- To disable the visualization of hidden files and folders, enter the followings commands::
defaults write com.apple.Finder AppleShowAllFiles NO KillAll Finder
|
|

Comments (1):
2009-07-09 at 12.52 pm
Funziona!
Leave a Reply