Match each macOS feature or Linux command-line tool to its primary administrative function.
- Time MachineAutomated native backup utility used for system state recovery and file versioning in macOS
- SpotlightSystem-wide indexing and desktop search utility used to quickly locate files and applications in macOS
- sudoCommand-line tool used to execute terminal commands with elevated administrative privileges
- grepCommand-line utility used to search plain text datasets for specific string patterns
Answer
Time Machine pairs with automated native backup utility; Spotlight pairs with system-wide indexing search; sudo pairs with elevated administrative privilege execution; grep pairs with searching text patterns.
Each feature or tool is matched directly to its primary function: Time Machine handles automated backups in macOS; Spotlight provides desktop search and file indexing; sudo runs commands with root administrative rights; grep searches text for specified matching patterns.
Step-by-Step Solution
Key Concept
macOS native tools and standard Linux command-line utilities