What Is Library Directory Mac

  1. Mac Library Directory
  2. See Library On Mac
  3. What Is Library Directory Machine
  4. Where Is Library On Mac

Mineral Area College students, faculty, and staff may request titles not available in our Library. Books generally arrive within 2 - 4 days. You will need your current MAC student ID with you in order to check out library materials. Jul 21, 2011 This is how to locate your library Folder on macOS & Mac OS X Code: /Library. This is how to locate your library Folder on macOS & Mac OS X Code: /Library. Show User Library Directory in Mac.

Learn how to access the hidden Library folder in your Home folder on your Mac so you can tweak app settings and access app files.

Inside the home folder on your Mac is a Library folder that stores app-specific files and settings, personal settings, and some data. The files and settings in the Library folder should be left alone for the most part. But, you may want to tweak the settings for an app, which may require accessing the Library folder. Or, maybe an app backs up data to the Library folder and you want to copy that to an external drive.

As of Mac OS X Lion (10.7), the Library folder in your home folder is hidden by default. That doesn’t mean you can’t get to it. It’s hidden so you don’t accidentally delete settings and data, damaging apps in the process. So, if you decide you want to access the Library folder, be very careful.

Today we’re going to cover different ways of accessing the hidden Library folder in your home folder and how to make it permanently available in Finder.

What is the Path to the Library Folder?

The Library in your home folder is written as ~/Library. The tilde (~) character is a shortcut for your home directory. For example, on my Mac, that would expand to /Users/lorikaufman/Library.

Access the Library Folder Using the Go to Folder Option

If you want to access the Library folder only occasionally, you can use the Go to Folder option in Finder.

Open Finder or just click on the desktop. Head to Go > Go to Folder, or hit Cmd + Shift + G.

Type:~/Library in the Go to the folder box on the dialog box and click Go or press Enter.

If you have one or more Finder windows open, the Library folder opens in the currently active window. If no Finder windows are open, a new one opens to the Library folder.

Access the Library Folder Using the Terminal

If you prefer using the command line, you can access the Library folder using the Terminal.

Go to Utilities > Terminal in the Applications folder. To access the Library folder directly in the Terminal, type:cd ~/Library at the prompt to switch to the Library folder.

You can type:ls at the prompt to get a detailed folder listing. You can work with the files in the Library folder directly on the command line. Just be careful.

You can also use the Terminal to open the Library folder in a Finder window. Type:open ~/Library at the prompt and hit Enter.

Access the Hidden Library Menu Option in Finder

The Library folder is available on the Go menu in Finder, but it doesn’t show on the menu by default.

Macbook

Mac Library Directory

To temporarily show the Library option on the Go menu, open the menu and press the Option key. The Library folder shows up between Home and Computer on the Go menu. Keep the Option key pressed while you move your mouse down the menu and select Library.

If you’re using a Windows keyboard with your Mac, press the Alt key.

Show the Library Folder Permanently in Finder

If you access the Library folder often, you can permanently show the Library option on the Go menu and the Library folder in your Home folder.

Open Finder and head to your Home folder using the left pane or by pressing Cmd + Shift + H. Then, go to View > Show View Options, or hit Cmd + J.

A dialog box displays with options you can set for your Home folder. Check the Show Library Folder box at the bottom of the dialog box. The Library folder now shows up in your Home folder in Finder windows and the Library option becomes permanently available on the Go menu.

When you permanently show the Library folder in Finder, you can hit Cmd + Shift + L to open it in a Finder window, in addition to selecting the Library option on the Go menu.

Happy Tweaking, But Be Careful

The Library folder is hidden by default for a good reason. So, before tweaking settings and changing files in the Library folder, make sure you know what you’re doing.

See Library On Mac

The Library directories are where the system and your code store all of their related data and resources. In macOS, this directory can contain many different subdirectories, most of which are created automatically by the system. In iOS, the app installer creates only a few subdirectories in ~/Library (such as Caches and Preferences) and your app is responsible for creating all others.

Table A-1 lists some of the common subdirectories you might find in a Library directory in macOS along with the types of files that belong there. You should always use these directories for their intended purposes. For information about the directories your app should be using the most, see The Library Directory Stores App-Specific Files.

Table A-1 Subdirectories of the Library directory

Subdirectory

Directory contents

Application Support

Contains all app-specific data and support files. These are the files that your app creates and manages on behalf of the user and can include files that contain user data.

By convention, all of these items should be put in a subdirectory whose name matches the bundle identifier of the app. For example, if your app is named MyApp and has the bundle identifier com.example.MyApp, you would put your app’s user-specific data files and resources in the ~/Library/Application Support/com.example.MyApp/ directory. Your app is responsible for creating this directory as needed.

Resources required by the app to run must be placed inside the app bundle itself.

Assistants

Contains programs that assist users in configuration or other tasks.

Audio

Contains audio plug-ins, loops, and device drivers.

Autosave Information

Contains app-specific autosave data.

Caches

Contains cached data that can be regenerated as needed. Apps should never rely on the existence of cache files. Cache files should be placed in a directory whose name matches the bundle identifier of the app.

By convention, apps should store cache files in a subdirectory whose name matches the bundle identifier of the app. For example, if your app is named MyApp and has the bundle identifier com.example.MyApp, you would put user-specific cache files in the ~/Library/Caches/com.example.MyApp/ directory.

ColorPickers

Contains resources for picking colors according to a certain model, such as the HLS (Hue Angle, Saturation, Lightness) picker or RGB picker.

ColorSync

Contains ColorSync profiles and scripts.

Components

Contains system bundles and extensions.

Containers

Contains the home directories for any sandboxed apps. (Available in the user domain only.)

Contextual Menu Items

Contains plug-ins for extending system-level contextual menus.

Cookies

Contains data files with web browser cookies.

Developer

Contains data used by Xcode and other developer tools.

Dictionaries

Contains language dictionaries for the spell checker.

Documentation

Contains documentation files and Apple Help packages intended for the users and administrators of the computer. (Apple Help packages are located in the Documentation/Help directory.) In the local domain, this directory contains the help packages shipped by Apple (excluding developer documentation).

Extensions

Contains device drivers and other kernel extensions.

Favorites

Contains aliases to frequently accessed folders, files, or websites. (Available in the user domain only.)

Fonts

Contains font files for both display and printing.

Frameworks

Contains frameworks and shared libraries. The Frameworks directory in the system domain is for Apple-provided frameworks only. Developers should install their custom frameworks in either the local or user domain.

Internet Plug-ins

Contains plug-ins, libraries, and filters for web-browser content.

Keyboards

Contains keyboard definitions.

LaunchAgents

Specifies the agent apps to launch and run for the current user.

LaunchDaemons

Specifies the daemons to launch and run as root on the system.

Logs

Contains log files for the console and specific system services. Users can also view these logs using the Console app.

Mail

Contains the user’s mailboxes. (Available in the user domain only.)

PreferencePanes

Contains plug-ins for the System Preferences app. Developers should install their custom preference panes in the local domain.

Preferences

Contains the user’s preferences. You should never create files in this directory yourself. To get or set preference values, you should always use the NSUserDefaults class or an equivalent system-provided interface.

Printers

In the system and local domains, this directory contains print drivers, PPD plug-ins, and libraries needed to configure printers. In the user domain, this directory contains the user’s available printer configurations.

QuickLook

Contains QuickLook plug-ins. If your app defines a QuickLook plug-in for viewing custom document types, install it in this directory (user or local domains only).

QuickTime

Contains QuickTime components and extensions.

Screen Savers

Contains screen saver definitions. See Screen Saver Framework Reference for a description of the interfaces used to create screen saver plug-ins.

Scripting Additions

Contains scripts and scripting resources that extend the capabilities of AppleScript.

Sounds

Contains system alert sounds.

StartupItems

(Deprecated) Contains system and third-party scripts and programs to be run at boot time. (See Daemons and Services Programming Guide for more information about starting up processes at boot time.)

Web Server

Contains web server content. This directory contains the CGI scripts and webpages to be served. (Available in the local domain only.)


What Is Library Directory Machine


Where Is Library On Mac

Copyright © 2018 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2018-04-09