Match each macOS or Linux operating system feature or command-line utility to its primary administrative function.
- diskutilManages, partitions, and formats storage drives and volumes natively from the macOS command line.
- NVRAMStores persistent system settings such as startup disk selection, speaker volume, and screen resolution across macOS reboots.
- tarBundles multiple files into a single consolidated archive file or extracts content from compressed archives.
- sudoExecutes a command with superuser or administrative privileges based on user security permissions.
Cevap
diskutil matches managing storage drives and partitions; NVRAM matches storing persistent macOS system settings like boot selection; tar matches bundling and extracting archived files; sudo matches executing commands with elevated superuser privileges.
Each feature or utility is correctly paired with its function: diskutil handles macOS CLI disk and volume management; NVRAM stores persistent hardware and system configuration preferences; tar creates and extracts file archives; sudo executes commands with temporary root/superuser rights.
Adım Adım Çözüm
Anahtar Kavram
macOS and Linux Operating System Features and Tools