Let's take a closer look:
1) Here is a snapshot of a directory
2) Open a Terminal session and enter the commands below
defaults write com.apple.finder AppleShowAllFiles true
killall Finder
3) Finder will close and re-opens. The directory now looks like this
4) You can see both hidden directories and files.
5) To restore back, enter the commands below in a Terminal session
defaults write com.apple.finder AppleShowAllFiles false
killall Finder
6) That's it! Now all you need to do if figure out how to use this to your advantage.
No comments:
Post a Comment