RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
OSX:UnhideLibraryFolder
On OS X Lion and above, all user's Library folders (/Users/<USER>/Library) are hidden.
To unhide the a particular users Library folder, log in as that user, short the Terminal application and run this command: $ chflags no hidden ~/Library/ |