December 2018
Beginner
320 pages
8h 57m
English
The help command is another important source of documentation that exists in Linux. Most Linux commands have a short description that can be viewed using the --help or the -h option, along with the command or application name.
For example, you can learn more about the mkdir command by running it with the --help option, as shown in the following command:
$ mkdir --help
Output on execution of the preceding command is shown in the following screenshot:

The --help option is quite handy as a quick reference, as it displays limited information for using various options associated with the given command. ...
Read now
Unlock full access