Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

How to show hidden files in Finder (OS X 10.9)?

Hi Apple-lovers and Apple-users!


I haven't found a solution, how to show hidden files in Finder since the update to OS X 10.9.. I know how to show them in the Terminal but I want to see them in the Finder too.
I know the Terminal-commands for showing hidden files in OS X 10.8. ("defaults write com.apple.finder AppleShowAllFiles TRUE&&killall Finder") but this doesn't work anymore.


So if somebody has figured it out yet - please help me! 🙂


Yours,
oh_its_a_me

MacBook Pro, OS X Mavericks (10.9)

Posted on Oct 25, 2013 12:49 PM

Reply
Question marked as Top-ranking reply

Posted on Jan 29, 2014 2:07 AM

This worked for me and my colleagues:


I was forced to spend some of my precious time looking into this use today and I have now worked it out. The command that everyone is using is correct, but there seem to be some new plist caching being used in Mavericks that is being messed by by the "killall Finder" command. The key is to reboot rather than killall.


To show all the file:

Type the following into a terminal window:


defaults write com.apple.finder AppleShowAllFiles 1


Then REBOOT. Do not use the killall Finder command as suggested in other posts.



I got the clue from this post:

http://hints.macworld.com/article.php?story=20130908042828630


What we can see happening is that then we run the defaults command, the finder plist is updated correctly but when the killall command is issued and we recheck the plist, the AppleShowAllFiles line is gone again. I figured that the kill all command must trigger some kind of security in the OS. It probably thinks that Finder has crashed and it refreshes it's plist file from a backup. I guessed that a reboot of the system would gracefully write any caches to where they should be. This seems to be the case.

63 replies

How to show hidden files in Finder (OS X 10.9)?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.