-
How to show hidden system files on your Mac OS X 10.6
To show hidden system files on Mac OS X I was using a terminal: defaults write com.apple.finder AppleShowAllFiles TRUE killall Finder To Hide system files on Mac OS X i was also using a terminal defaults write com.apple.finder AppleShowAllFiles False killall Finder But… It too …
Read More

