Match each macOS system feature or Linux/macOS command-line tool to its primary administrative function.
- df -hDisplays file system disk space utilization in human-readable units.
- sudo chown -RRecursively changes user or group ownership across a file and directory hierarchy using superuser privileges.
- FileVaultEnables full-disk volume encryption to protect data at rest on macOS storage drives.
- SMC resetRestores baseline low-level hardware control for thermal cooling fans, power buttons, and battery management on Mac computers.
Answer
'df -h' matches displaying file system disk space in human-readable units; 'sudo chown -R' matches recursively changing file/directory ownership under superuser rights; 'FileVault' matches enabling full-disk encryption on macOS volumes; 'SMC reset' matches resolving low-level hardware power and thermal fan issues.
Each tool matches its definitive system administration role: 'df -h' displays storage volume usage in human-readable format; 'sudo chown -R' recursively modifies file ownership across directory trees under superuser permissions; 'FileVault' provides native macOS full-disk encryption; and an SMC reset restores low-level power and thermal management functions.
Step-by-Step Solution
Key Concept
macOS features and Linux command-line tools for storage management, security, file administration, and hardware troubleshooting.