In Lion, the user Library is hidden by default. But you can still get there easily if you need to. In Terminal, you can type open ~/Library
. Or, you can hold the option key down while selecting the Go menu in the Finder. This adds the Library to that menu and you can select it.
Go To the Library
Comments: One Response to “Go To the Library”
Comments Closed.
This is another
In Terminal run:
chflags nohidden ~/Library
To re-hide use 'hidden' instead of 'no hidden'
You can use this command to hide to unhide any folder.