Lesson 15: Manage System Resources Flashcards
• Explore and understand the macOS file layout. • Discover common system files, their location, and their purpose. • Describe System Integrity Protection. • Manage font resources.
What are the four default top-level folders that are visible in the Finder?
The four default top-level folders visible in the Finder are the following:
- Applications: Apps that local users can access
- Library: System resources that local users can access
- System: System resources
- Users: Local user home folders
What are 10 common system resources?
What purpose does each resource serve?
The following are 10 common system resources and the purposes they serve:
- Application Support: Ancillary data that an app needs, such as help files or templates, might be in this folder.
- Containers and Group Containers: These folders contain resources for sandboxed apps.
- Extensions: Attach themselves to the system kernel to provide hardware and peripheral driver support. (macOS Catalina is the last version of macOS that will support third-party kernel extensions.)
- Fonts: Files that describe typefaces used for both screen display and printing.
- Frameworks: Shared code libraries that provide additional software resources for apps and system processes.
- Keychains: Help securely store sensitive information, including passwords, certificates, keys, Safari AutoFill information, and notes.
-
LaunchDaemons:Processes that
launchd
starts. LaunchDaemons start processes thatalways run in the background. -
LaunchAgents: Processes that
launchd
starts. LaunchAgents start up only when a user is logged in. - Preference files: App and system configuration information.
- Logs: Text files that contain error and progress entries from nearly any app or system service.
What are the four system resource domains?
What purpose does each domain serve?
The four system resource domains and the purpose they serve is as follows:
- User: Contains apps and system resources that are specific to each user account
- Local: Contains apps and system resources that are available to users on a local Mac
- System: Contains apps and system resources that provide basic system functionality
- Network: Optional (is considered legacy)
What purpose does the ~/Library/Containers folder serve?
What items are in this folder?
The ~/Library/Containers folder contains resources for sandboxed apps.
macOS Catalina creates and maintains a separate container folder for each sandboxed app that a user can open.
A sandboxed app is more secure because it can access only items inside its container.
Only items intended for sharing are in the ~/Library/Group Containers folder.
How does System Integrity Protection help ensure that macOS Catalina system resources remain secure?
System Integrity Protection prevents users and processes with administrator or root access from modifying core macOS Catalina items.
System Integrity Protection includes protection for these parts of the system:
- /System
- /usr
- /bin
- /sbin
- /var
- Apps that are pre-installed with macOS
Paths and apps that third-party apps and installers can continue to write to include:
- /Applications
- /Library
- /usr/local
Which app should you use to enable, disable, or validate a font or to add a font to the local font library?
You can use Font Book to enable, disable, or validate a font, or to add a font to the local font library.
How can you identify duplicate fonts?
The Font Book app shows a small dot next to the name of any font that has duplicate resources.