Understanding man command on Linux system
The man command is collectively referred to as the linux manual. It provides documentation for commands. Almost every command has a man "page".
Pages are grouped into "chapters".
Syntax:
man [<chapter>] [commands]
Example:
man cal
Output:
CAL(1) ...
gurviraj.hashnode.dev1 min read