Tutorials Navigation

Tutorials :: New :: Popular :: Top Rated

Tutorials: 18,326 Categories: 12

Total Tutorial Views: 41,404,700

Unhide Library Folder in Mac OS X 10.7 Lion

Tutorial Name: Unhide Library Folder in Mac OS X 10.7 Lion  

Category: Mobile Devices

Submitted By: Ella

Date Added:

Comments: 0

Views: 1,752

Related Forum: Mobile Devices

Share:

Okay, so I know most of you probably don't have the dev release of Mac OS X 10.7 Lion, but I got it today, and a really big thing was changed... Apple hid the Library folder which is usually in your Home folder. After a little bit of searching, I found the answer on how to unhide it.

Because it is a folder hidden by Apple, it is flagged, so the Terminal command would be:

chflags nohidden /Users/<Username>/Library

or use an easier way.
chflags nohidden ~/Library/


This is especially helpful in Lion, yet it can be used in previous versions of Mac OS X.

Just a tip, if you want to unhide any file or folder on Mac that you hid using a period in front of its name, you can use this command:

mv /path/to/file/.name /path/to/file/newname


Hope this saves you the hassle of looking all over for these commands like I had to do!

Ratings

Current rating: 10.00 by 2 users
Please take one second and rate this tutorial...

Not a Chance
1
2
3
4
5
6
7
8
9
10
Absolutely

Comments

"Unhide Library Folder in Mac OS X 10.7 Lion" :: Login/Create an Account :: 0 comments

If you would like to post a comment please signin to your account or register for an account.