man Linux Commands
What is Linux man Command?
Explanation
man COMMAND:man command which is short for manual, provides in depth information about the requested command (or) allows users to search for commands related to a particular keyword.
SYNTAX :
man commandname [options]
OPTIONS:
-a |
Print a one-line help message and exit. |
-k |
Searches for keywords in all of the manuals available.. |
EXAMPLE:
-
man mkdir
Display the information about mkdir command.