OS X mountain lion book note

Source: Internet
Author: User
  1. OS x is a UNIX-like operating system consisting of the underlying Darwin and upper-layer OS X application frameworks (such as cocoa, carbon, and quartz) and the aqua user interface. Darwin is an open-source and complete POSIX-compliant operating system. The kernel is an open-source Mach kernel developed based on CMU, part of the * bsd unix source code and a set of Device Driver frameworks called iokit, a hybrid kernel named xnu and a set of application development interfaces and user interfaces inherited from BSD are constructed.
  2. Sandbox is a security mechanism that allows applications to run in a relatively isolated environment. Sandbox iN OS X is similar to rule declaration. When compiling a program, developers must declare the file locations and resources that the application needs to access, such as the user's document folder or network access.
  3. There are three resource libraries. A system resource library is located in/system/library. Unless necessary, users should not modify its content. A local/library is called a shared resource library, which stores globally shared resources. A ~ /Library, called the user resource library, maps the shared resource library to each user.
  4. Restore partitions: Press and hold the option key at startup.
  5. System process: the earliest process started in the PID 0 kernel_task system; all non-kernel_task processes of PID 1 launchd execute and start PS: a series of processes are described in detail.

OS X mountain lion book note

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.