Multiple choice From which command can you search unix manual for a particular keyword? man -k keyword man mkdir man man all of the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation If you are not sure of the exact command name, you can use man with the -k option to help to find the command you need. To see one line summaries of each reference page, it contains the specified keyword.