Match each macOS system feature or Linux/macOS command-line utility to its primary administrative function.
- ddCLI tool used for low-level copying and converting of raw data, often used to create bootable media.
- NVRAMmacOS memory component storing persistent system settings such as startup disk selection and volume level across reboots.
- lsofCommand-line utility used to list all active open files and the specific processes using them.
- Disk UtilityNative macOS tool used to repair file system structures, partition storage drives, and erase disks.
Answer
dd matches low-level raw data copying and bootable media creation; NVRAM matches storing persistent macOS system configuration settings across reboots; lsof matches listing all active open files and associated process IDs; Disk Utility matches repairing file systems, partitioning drives, and managing disk images in macOS.
Each feature or utility is matched to its true function: dd is a low-level raw copying tool, NVRAM stores non-volatile system settings in macOS, lsof lists open files and process ties, and Disk Utility is the native macOS storage maintenance app.
Step-by-Step Solution
Key Concept
macOS and Linux Operating System Features and Tools