# Get help for any command
man command_name
man ls
man cp
man mv
# Search manual pages
man -k keyword
apropos keyword
# Quick help
command_name --help
ls --help
cp --help


Next: → Practical Exercises
Previous: ← Essential File Commands
Lesson Home: ↑ Lesson 2: The Shell
Course Home: ⌂ Introduction to Linux