- Sierra Show Library Folder Mac Sierra
- Show Library Folder Mac High Sierra
- Show Library Folder Mac High Sierra Terminal
- Sierrashow Library Folder Mac Pro

With the release of Mac OS X Lion way back in 2011, Apple removed easy access to the user’s Library folder. Although arguably well-intentioned, this change was frustrating for longtime Mac power.
Sierra Show Library Folder Mac Sierra
Mar 29, 2019 How to Find the Library Folder on a Mac. This wikiHow teaches you how to force your Mac's user 'Library' folder to show up in the Finder window. While the 'Library' folder is hidden by default, you can prompt it to appear both temporarily. Jun 10, 2015 Up to OS X 10.7 Lion, accessing the Library folder was quite simple; all you needed to do is navigate to your Home folder, and from there you could access the Library folder. But from OS X 10.8 onwards, Apple has hidden the Library folder, meaning it won’t show up in your Home folder anymore. The Library folder under each account user name (the /Library) is, by default, invisible in Lion and Mountain Lion versions of OS X. It is the folder that stores settings and information for various apps, among other things, and is the one that we will be revealing in this tutorial.
Starting with Lion, you’ll need to enable the User’s Library folder in order to make any changes in your User’s Library/Preferences.
Option 1)
At the bottom of the pane choose the Rebuild option. If you have a large mailbox, you can expect the process to take a few hours.You must repeat this step for each one of your Mailboxes.While the process takes place, you may experience system performance lag, as it can consume a lot of system resources and memory.Another caveat, if you use IMAP or Exchange with any of the accounts, the process will redownload every message from the server, so you'll use a lot of bandwidth.Now that you've completed these steps, work with Mail a little longer. Clean mail library mac.
Select the Finder in the Dock. Under Go in the Menu bar > hold down the Option key and you’ll see the Library.
Option 2) Photo library on mac actual files.
Navigate to library on mac. Solution: You can access the Library folder with the Go To Folder command or from the Terminal app.Access the Library folder in Finder:. In Finder, choose Go Go To Folder.
Open the Terminal and type
Apr 01, 2020 Designate a System Photo Library in Photos If you have multiple photo libraries on your Mac, you can choose one to be the System Photo Library. The System Photo Library is the only library that can be used with iCloud Photos, Shared Albums, and My Photo Stream. Photos library url error mac.
chflags nohidden /Users/[username]/Library/

Return key to activate
Option 3)
Starting with Mavericks, Apple gave us a new option to turn on the User’s Library folder.
To toggle this option on, simply open a new Finder window and go to your home folder. Then press Command-J or choose “Show View Options” from the View menu. When done, you should see an option to “Show Library Folder” among other view options, which can be checked to reveal the Library folder.
On this page:
Context
- Beginning with Mac OS X 10.7 (Lion) or later, the Library folder located in a user's home folder ~/Library is hidden by default.
- This tutorial covers several methods to make the Library folder visible again.
Instructions
Method 1: Using the Finder's Go menu
- Hold down the Option key and open the Go menu in the Finder
- Select Library from the list of places
Your Library folder will open and you can use it as you normally would. Note that it will not be visible when you close the folder window, but you can always get to it again using Option-Go. This method will always work and requires no system modification.
Method 2: Using the Favorites section in the Sidebar
Finder windows have a sidebar with a list of Favorites, Devices, and other items. (Hint: if the Sidebar is not visible for you in Finder windows, select Show Sidebar from the View menu in the Finder.) If you use the Library folder frequently you can add it to your Sidebar like this:
- Hold down the Option key and open the Go menu in the Finder
- Select Library from the list of places
- Click-and-hold on the title bar of the open Library window and drag it to the Favorites section in the Sidebar
It will stay there even if you close the Library folder, and you can quickly jump to it by clicking on the favorite. If you ever need to remove it, you can Ctrl-Click on the icon in the Sidebar and select Remove from Sidebar.
Show Library Folder Mac High Sierra
Method 3: Using a Terminal command to 'unhide' the Library folder
- Open Terminal.app. It is located in /Applications/Utilities/. You can quickly open it by selecting Utilities from the Go menu in the Finder, or by searching for Terminal using Spotlight search.
- Unhide the Library folder using a Terminal command. At the command prompt (usually $) enter
and press the Return key. You should get the command prompt back, and your Library folder will now be visible in the Finder.
Result:
Caveat to the Terminal command method
While it quickly restores the Library folder to its pre-Lion behavior, Apple's system updates will revert the folder to 'hidden' and you will have to run the command after a system update to unhide it again. This can be quite cumbersome. To avoid this and to fully embrace the Apple lifestyle, we recommend you stick with the Go menu or Sidebar methods described previously.
Method 4: Using a Terminal command to make a persistant alias
There is another option that is persistent after OS X updates. Launch Terminal and run the following command:
There are a few ways to transfer your iTunes library from one computer to another. When you get a new Mac, use Setup Assistant (or Migration Assistant, if you’re switching from Windows) to move files—including your iTunes files—from your old computer to the new one. Feb 03, 2014 Question: Q: Moved iTunes library, but iTunes can't find it I followed the online instructions and moved my iTunes library from one external hard drive to another. The music is all there on the new drive, but iTunes is looking in the wrong folder and the music doesn't show up in iTunes. Moving itunes library to another mac computer. Jan 04, 2020 How to Move Your iTunes Library. You can move your iTunes library to a different folder, computer, or drive. Here's how to do it, even in macOS Catalina, which ditches iTunes for the Music app.
This will make an alias in your home directory titled 'LibrarE' that will take you to the ~/Library folder. Note the intentional butchering of the word 'LibrarE'; you can change 'LibrarE' to anything other than 'Library'.

Advanced tip: make it permanent
Show Library Folder Mac High Sierra Terminal
If you are a rebel at heart and refuse to play by Apple's rules, you can save command to a file and add it to your login items, so it will be run whenever you log in. A system update usually requires a logout and log in, so the Library folder will be automatically unhidden again after a system update. Note that this requires some familiarity with the command line and editing text files using a text editor such as BBEdit, TextWrangler, oremacs; or at least knowing how to save as plain text from Word or Notepad.
- Create the command script
Open your text editor and create a file that contains the line chflags nohidden ~/Library. Save it with the file name unhideLibrary.command. The file name is not important, but the .command extension is, as that will default to being interpreted as a command script that opens with the Terminal program. - Change permissions to make it executable
Open Terminal.app and go into the folder you saved your script to. Run the commandThis will make the file executable. You can test the script by double-clicking on it in the Finder. It should briefly open a Terminal window and run the command. The Library folder should be unhidden if it was hidden before.
- If your Terminal window stayed open..
By default 'Terminal.app' will leave its window open even after the command shell exits. You will want to change this behavior, or you'll always be left with an open but unusable Terminal window after login. Open Terminal.app and select Preferences from the Terminal menu. Then click on the Settings button and go to the Shell tab. Change the setting for When the shell exits: to Close if the shell exited cleanly. Close Settings. - Add it to your login items
Go to System Preferences > Users & Groups. Go to the Login Items tab and click + to add a new item. Find your script, select it, and click Add. Optionally check the Hide box next to it in the list to keep it hidden during login. - Done
That's it. The script will now run every time you log into your account. It is very quick and there's no harm in running it even if it is not necessary (because the Library folder is still unhidden) and it will keep you from having to remember to run it manually after a system update.
Sierrashow Library Folder Mac Pro
Exercise to the reader: there may be a better way to run a shell command at user level at the time of graphical login. If you know of one, please do mention it in the comments!