Multiple choice

Search for man pages containing the search term.

  1. man -k <search term>

  2. man -s <search term>

  3. man -r <search term>

  4. man -l <search term>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The man command with the -k flag performs a keyword search through the manual page descriptions. This is equivalent to using the apropos command.