Match each macOS or Linux administrative tool or feature to its correct system function.
- rsyncPerforms bandwidth-efficient local or remote file synchronization.
- crontabSchedules automated, recurring background tasks and maintenance scripts.
- Time MachineProvides automated incremental drive and system backups on macOS.
- psDisplays a static snapshot of currently active system processes and PIDs.
Answer
rsync matches with local or remote file synchronization; crontab matches with scheduling recurring background tasks; Time Machine matches with automated incremental macOS backups; ps matches with displaying a snapshot of running system processes.
Each utility correctly aligns with its primary administrative purpose: rsync handles differential file transfers, crontab configures scheduled cron jobs, Time Machine performs macOS incremental system backups, and ps lists process snapshots.
Step-by-Step Solution
Key Concept
macOS and Linux Administrative Utilities and System Features