Mission Database/Mission 09: Federation Grid
Mission 09 of 20Federation Grid

Field Manual: Using Built-in Help Systems

Every command has a manual — learn to read it

Objectives cleared0 / 2
+15 XP per step · +75 XP for completing the quest

Even the most decorated pilots consult the field manual. The Linux help system contains documentation for every single command in existence. A pilot who knows how to look things up is more powerful than one who has memorized a limited set of orders.

Primary Objective

Use --help and man to understand any Linux command.

> COCKPIT TERMINAL

pilot@linux4kids:~
Welcome to the Linux4Kids Terminal!
Type 'help' for a list of commands.
pilot@~ $

> FIELD MANUAL

<command> --helpDisplay quick reference guide for any command
man <command>Open the full field manual (press q to exit)
whatis <command>Get a one-line mission briefing on any command