1
00:00:06,599 --> 00:00:10,365
As we learned in the previous
lesson, Linux comes from open source, and

2
00:00:10,365 --> 00:00:14,130
in open source you often have
many solutions for the same problem.

3
00:00:14,849 --> 00:00:16,550
That's also true
for getting help.

4
00:00:17,609 --> 00:00:19,199
So which are
the help systems?

5
00:00:19,920 --> 00:00:23,269
Well, MAN is the primary
source. We've been talking about it.

6
00:00:24,170 --> 00:00:26,870
Info shows information
for some commands.

7
00:00:27,539 --> 00:00:33,969
This information is not organized in a very practical way, but
if a command is showing that the real information is maintained

8
00:00:33,969 --> 00:00:40,399
by info, you might want to copy and paste the info
command that you find at the end of the main page.

9
00:00:42,159 --> 00:00:48,000
We have also talked about Command
help, which provides short usage overview.

10
00:00:49,140 --> 00:00:54,605
Apart from that, a limited amount
of information is available in usershare doc

11
00:00:54,605 --> 00:01:00,070
that can contain additional information about
commands and programs that you are using.

12
00:01:01,070 --> 00:01:04,569
The big question which one of
these are you going to use?

13
00:01:05,109 --> 00:01:09,555
As for myself, I'm using Command
help all the time because commands in

14
00:01:09,555 --> 00:01:14,000
Linux have many, many options and
it's impossible to memorize all of them.

15
00:01:14,819 --> 00:01:20,745
If command help is not good enough and I need
more detail, I'm using MAN and for the rest of

16
00:01:20,745 --> 00:01:26,670
IT Info and user shared doc. I don't use them
very often at all. I suggest you do the same.
