A system administrator manages a mixed corporate network consisting of macOS workstations and Linux servers. Match each native operating system tool or terminal command to its correct administrative function.
- sw_versDisplays installed macOS product version, build number, and OS name in the terminal.
- iwconfigInspects and configures wireless network interface parameters such as SSID and frequency on Linux.
- killallSends a signal to terminate active system processes based on their exact process name.
- duEstimates and reports disk space consumption for specified files and directory trees.
Cevap
The correct matches associate sw_vers with displaying macOS version info, iwconfig with Linux wireless interface configuration, killall with terminating processes by name, and du with directory disk space estimation.
Each tool matches its specific administrative function: sw_vers reports macOS system version metadata; iwconfig adjusts Linux wireless settings; killall halts programs by process name; and du reports directory storage consumption.
Adım Adım Çözüm
Anahtar Kavram
macOS and Linux Command-Line Utilities and Administrative Tools