Match each Linux/macOS command-line utility to its primary administrative function.
- findSearches the directory hierarchy for files based on user-defined criteria such as file name or size
- killallTerminates running processes matching a specified program name rather than a process ID
- unamePrints system hardware architecture, operating system name, and kernel version details
- passwdModifies authentication credentials for a specified user account
Answer
The command 'find' searches the directory hierarchy for files matching specific criteria; 'killall' terminates running processes by program name; 'uname' prints system architecture and kernel release information; and 'passwd' changes user account credentials.
Each tool directly maps to its primary administrative function: 'find' searches the directory tree for files, 'killall' stops processes matching a program name, 'uname' outputs kernel and architecture data, and 'passwd' changes account passwords.
Step-by-Step Solution
Key Concept
macOS and Linux Operating System Features and Tools