How to view hidden folders using Terminal
Another way to make hidden files and folders visible requires you to use Terminal.
- Open Terminal
- 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 Comment?