ACSP System Preferences and macOS Settings Management 1 — Questions and Answers
Question 1: In macOS Ventura and later, what replaced System Preferences?
- System Settings (Correct answer)
- Control Panel
- System Manager
- Configuration Utility
Correct answer: System Settings
Apple renamed System Preferences to System Settings starting with macOS Ventura (13), featuring a redesigned interface similar to iOS.
Question 2: What tool do administrators use to enforce system settings across managed Macs?
- Configuration Profiles (Correct answer)
- System Preferences Locks
- Terminal Scripts
- Keychain Access
Correct answer: Configuration Profiles
Configuration profiles (.mobileconfig files) deployed via MDM or manually enforce system settings and restrictions on managed Macs.
Question 3: How do you reset NVRAM/PRAM on an Intel-based Mac?
- Hold Option+Command+P+R at startup (Correct answer)
- Hold Shift+Control+Option+Power
- Hold Command+R at startup
- Hold D at startup
Correct answer: Hold Option+Command+P+R at startup
Pressing and holding Option+Command+P+R during startup resets NVRAM on Intel Macs, clearing settings like startup disk selection and display resolution.
Question 4: Which macOS feature can restrict users from changing specific System Settings panels, requiring an admin passcode?
- Screen Time (Correct answer)
- Gatekeeper
- SIP
- FileVault
Correct answer: Screen Time
Screen Time in System Settings can lock specific preference panes with an administrator passcode, preventing unauthorized changes.
Question 5: What command-line tool reads and writes macOS user defaults stored as .plist files?
- defaults (Correct answer)
- plutil
- nvram
- systemsetup
Correct answer: defaults
The `defaults` command allows reading, writing, and deleting macOS preference values stored in .plist files under ~/Library/Preferences/ and /Library/Preferences/.
Question 6: Where are system-wide macOS preference files (.plist) stored?
- /Library/Preferences/ (Correct answer)
- ~/Library/Preferences/
- /System/Preferences/
- /etc/preferences/
Correct answer: /Library/Preferences/
System-wide preference files are stored in /Library/Preferences/, while per-user preferences are stored in ~/Library/Preferences/.
In macOS Ventura and later, what replaced System Preferences?