Manage System Resources Flashcards
What are the four default system root folders that the Finder displays?
- Applications- Apps that local users can use
- Library- System resources that local users can access
- System- System resources
- Users- Local user home folders
What are the top 10 common system resources?
- Application Support
- Containers and Group Containers
- Extensions
- Fonts
- Frameworks
- Keychains
- LaunchDaemons and Launch Agents
- Logs
- PreferencePanes
- Preferences
What purpose does the Application Support folder serve?
Ancillary data that an app needs, such as help files or templates, might be in this folder
What purpose do the “Containers and Group Containers” folders serve?
They contain resources for sandboxed apps.
What purpose does the “Extensions” folder serve?
Kernel extensions (kexts) and third-party kernel extensions, that are found only in /Library and /System/Library folders. Kernel extensions are low-level drivers that attach themselves to the kernel, or core, of the operating system, that provide driver support for hardware, networking, and peripherals
What purpose does the “Fonts” folder serve?
Fonts are files that describe typefaces used for both screen display and printing.
What purpose does the “Frameworks” folder serve?
They are repositories of shared code used among different parts of the operating system or apps.
What purpose does the “Keychains” folder serve?
They are used to securely store sensitive information, including passwords, certificates, keys, Safari AutoFill information, and notes.
What purpose do the “LaunchDaemons and LaunchAgents” folders serve?
Processes that launchd starts. LaunchAgents start up only when a user is logged in, whereas LaunchDaemons start processes that always run in the background.
What purpose does the “Logs” folder serve?
Many system processes and apps record progress or error messages to log files.
How can you exam the progress or error messages in log files?
Console
What purpose does the “PreferencesPane” folder serve?
They are used by System Preferences to provide interfaces for system configuration
What purpose does the “Preferences” folder serve?
They are used to store system and app configuration settings.
What does segregating resources into domains provide?
Increased administrative flexibility, resource security, and system reliability.
What are the three supported system resource domains?
- User
- Local
- System