defaults write com.apple.finder AppleShowAllFiles -boolean true
killall Finder
The problem with seeing hidden files is that you see a lot of stuff that you really probably don’t want to see. So to get back to a state where you don’t have to see all of the invisible files, use the following commands:
defaults delete com.apple.finder AppleShowAllFiles
killall Finder
krypted October 25th, 2013
Posted In: Mac OS X, Mass Deployment
Tags: 10.9, MAC, Mac OS X, mav, mavericks, show hidden files
Pingback: How to view invisible plist file?()