Mac OS X – Show Hidden Files in Finder
Posted on: September 19, 2007
- In: hardware | mac | os x
- 7 Comments
One annoying thing about my MacBook pro and OS X is not easily been able to show hidden files.
Showing hidden files
defaults write com.apple.finder AppleShowAllFiles TRUE
killall Finder

Hide the files again
defaults write com.apple.finder AppleShowAllFiles FALSE
killall Finder

Thanks to Matt for pointing out an error in my screen shots
AppleScript: The Definitive Guide, 2nd Edition provides a great resource for anyone who wants to build some of there own scripts or learn how to modify others work to extend functionality for yourself and automate some of the routine jobs on your Mac.
7 Responses to "Mac OS X – Show Hidden Files in Finder"
[...] 23, 2007 Ok, so in my last post about showing the hidden files in finder I talked about the terminal commands but thats not always convenient for fast [...]
um.. im kinda a noob to mac’s… where do i type that comand?.
cound u giv a link of a picture showing where to type it ty
When you type in “killall Finder”, the Finder has to be capitalized or it won’t kill Finder and you get the error messages shown in your screen captures.
Hmm, shows files but not folders. I tried thinking logically and the following worked for me:
defaults write com.apple.finder AppleShowAllFolders TRUE
killall Finder
Nice tip, thanks!
September 20, 2007 at 11:29 am
Also, for those who don’t feel comfortable with using Terminal, or would simply like another way to show hidden files, you can use a system/disk utility such as Onyx or
Main Menu