Match each macOS system feature or Linux/macOS command-line utility to its primary administrative function.
- journalctlQueries and views system log records managed by systemd in modern Linux distributions.
- Keychain AccessNative macOS password and credential management application that securely stores Wi-Fi passwords, certificates, and private keys.
- tarCommand-line utility used to combine multiple files and directories into a single uncompressed or compressed archive file.
- ConsolemacOS GUI application used to inspect system diagnostic logs, streaming logs, and crash reports in real time.
Answer
journalctl pairs with querying systemd log records; Keychain Access pairs with native macOS password and credential management; tar pairs with aggregating files into an archive; Console pairs with inspecting real-time macOS system diagnostic logs and crash reports.
Each item accurately pairs the administrative tool with its OS-specific function: journalctl accesses systemd binary logs in Linux; Keychain Access securely stores keys and credentials in macOS; tar creates file archives in Linux and macOS; and Console streams real-time logs and diagnostic reports in macOS.
Step-by-Step Solution
Key Concept
macOS and Linux System Administration Tools and Logging Features