Voir les fichiers et dossiers cachés sous Mac OS X
From Deimos.fr / Bloc Notes Informatique
Contents
1 Introduction
By default Mac OS X doesn't show any hidden files or folders. If you want to see everythings, follow those steps.
2 Usage
Show all hidden objects :
$ defaults write com.apple.Finder AppleShowAllFiles TRUE |
Swap TRUE with FALSE to turn it off again. Note: Finder must be relaunched afterwards to see the effect. For example like this:
$ killall Finder && open /System/Library/CoreServices/Finder.app |