Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

assignment: quiz: chapter 02 linux installation and usage questions ecl…

Question

assignment: quiz: chapter 02 linux installation and usage
questions ecll06h_01.ch02.04m

  1. what command is equivalent to the man -k keyword command?

a. find keyword
b. man keyword
c. apropos keyword
d. appaloosa keyword

Explanation:

Brief Explanations

In Linux, the man -k keyword command searches for manual - page descriptions containing the specified keyword. The apropos keyword command has the same functionality. The find command is used for finding files and directories, man keyword shows the full manual page for the specified keyword, and appaloosa is not a relevant Linux command in this context.

Answer:

C. apropos keyword