Many users switching from Apple‘s Snow Leopard to OS X Lion are unhappy with the default hidden Library folder.
If you don’t know what I’m talking about, don’t worry then…not something you need to do.
For those who wants to be able to access the ~/Library folder, run the following command in the Terminal (Applications > Utilities).
chflags nohidden /Users/**username**/Library
- Remember to substitute **username** for your account username!
If you change your mind or don’t want to risk deleting some important folder by mistake, re-run the same command but change the “nohidden” with “hidden”.
July 21, 2011
Tips & Tricks