Show All Files
Open Terminal, located at /Applications/Utilities/.
Enter the following into your terminal one line at a time.
- defaults write com.apple.finder AppleShowAllFiles TRUE
- killall Finder
Hide All files
Open Terminal, located at /Applications/Utilities/.
Enter the following into your terminal one line at a time.
-
defaults write com.apple.finder AppleShowAllFiles FALSE
-
killall Finder
[…] Show hidden files on Mac OS X […]