Mac Tutorial: Show Hidden Files in Finder Using Terminal
Sometimes, it may be necessary to show files that may be hidden and not by default viewable using Finder. For example, one may need to access the Library folder while running OS X Lion, but find it hidden and not reachable with conventional methods. This is when this useful terminal hack comes in, allowing you to see hidden files in Finder. Additionally, we’re also giving you another terminal command that will help you hide hidden files once more, thereby reversing this hack.
To show all hidden files in Finder, type the following command into Terminal:
defaults write com.apple.Finder AppleShowAllFiles TRUE
To hide all hidden files in Finder, type the following command into Terminal:
defaults write com.apple.Finder AppleShowAllFiles FALSE
Whenever you change this setting, you must restart Finder. This can be done with the following command:
killall Finder
That’s it!
If you liked this article, you may also like:
Incoming Search Terms:
show ipad in finder (17) how to view hidden files on ipad (13) how to find hidden files on ipad (12) show hidden files mac (10) see hidden files mac (9) show hidden files on ipad (9) show hidden files ipad (8) how to show hidden files on ipad (7) finder show hidden files (6) how to find hidden files on iphone (6)
Charles Tian
Charles is the founder and administrator of iTracki.com. After years of following and keeping up with Apple products, he founded this website and worked with others to bring the best news, reviews, tutorials, and editorials straight to you.
External Links















