1 00:00:00,810 --> 00:00:01,800 ‫The man command. 2 00:00:03,280 --> 00:00:09,280 ‫Man, is the abbreviation a manual, so it gives detailed information about the named command, including 3 00:00:09,310 --> 00:00:18,130 ‫name synopsis, configuration description, options, exit status, return value as well as errors. 4 00:00:20,010 --> 00:00:26,460 ‫And Emanuel is divided into multiple sections so he can pass a section number as an argument to get 5 00:00:26,460 --> 00:00:29,760 ‫a specific section of the manual for a given command. 6 00:00:31,790 --> 00:00:33,890 ‫And this table shows the available sections. 7 00:00:35,490 --> 00:00:36,690 ‫Section one is default. 8 00:00:37,350 --> 00:00:41,190 ‫It opens the user command descriptions if no section is given. 9 00:00:42,670 --> 00:00:48,250 ‫Now, if you were man password, it shows the manual of the password command. 10 00:00:50,510 --> 00:00:55,550 ‫And if you specify in the section number, for example, five, it'll show the format of the file. 11 00:00:57,840 --> 00:00:58,920 ‫All right, so let's go to Kelly. 12 00:01:00,650 --> 00:01:05,660 ‫Run man pWt to see the manual page of the pWt command. 13 00:01:06,790 --> 00:01:10,150 ‫And they're open section one by default. 14 00:01:11,630 --> 00:01:12,800 ‫Such as pressing you to quit. 15 00:01:14,590 --> 00:01:17,740 ‫So what if we run the man man command? 16 00:01:19,380 --> 00:01:26,700 ‫And of course, it shows us the manual page of the man command say that three times fast. 17 00:01:26,730 --> 00:01:27,210 ‫That's right. 18 00:01:27,240 --> 00:01:29,190 ‫You don't have it great. 19 00:01:29,190 --> 00:01:32,720 ‫So obviously there's lots of detailed information about the man command. 20 00:01:32,820 --> 00:01:33,120 ‫Right? 21 00:01:33,150 --> 00:01:35,730 ‫You can read through this at another time. 22 00:01:36,300 --> 00:01:37,380 ‫But know that it's here. 23 00:01:39,770 --> 00:01:45,800 ‫So this time will specify a section number one is the default section, and it shows user command. 24 00:01:50,130 --> 00:01:54,180 ‫So let's try to see section five of the password command. 25 00:02:00,500 --> 00:02:06,380 ‫And as you can see, it shows the file formats and conversions of the password command.