Voir les fichiers et dossiers cachés sous Mac OS X

From Deimos.fr / Bloc Notes Informatique
Jump to: navigation, search

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 :

Command
$ 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:

Command
$ killall Finder && open /System/Library/CoreServices/Finder.app