OS X Lion Is Hiding Your Library Folder


Make the Library Visible Permanently

Apple hides the Library folder by setting a file system flag associated with the folder. Any folder on your Mac can have its visibility flag turned on or off; Apple just chose to set the Library folder's visibility flag to the off state. To reset the visibility flag, do the following:
  1. Launch Terminal, located at /Applications/Utilities.

  2. Enter the following command at the Terminal prompt:
chflags nohidden ~/Library
Once the command is executed, you can quit Terminal. The Library folder will now be visible in the Finder.
Should you ever wish to set the Library folder back to its default hidden state in OS X Lion, simply launch Terminal and issue the following Terminal command:
chflags hidden ~/Library

Unhide the Library Folder, the Apple Way

  1. With either the desktop or a Finder window as the front most application, hold down the option key and select the Go menu.

  2. The Library folder will be listed as one of the items in the Go menu.

  3. Select Library, and a Finder window will open showing the contents of the Library folder.

  4. If you close the Library folder's Finder window, the folder will once again be hidden from view. 
Here is the link if you have any doubt.

Comments

Popular posts from this blog

Hacker Rank problem solution

How to Make REST api call in Objective-C.

Building and Running Python Scripts with Xcode