Mac: How to view hidden folders using Terminal

Another way to make hidden files and folders visible requires you to use Terminal.

  1. Open Terminal
  2. Run the following script:
    $ defaults write com.apple.Finder AppleShowAllFiles true
    $ killall Finder

If you want to switch it back, simply change the true to false.

Leave a Reply

Your email address will not be published.