1
00:00:06,580 --> 00:00:12,460
We are now at the end of this lesson and at
the end of these lessons where we learn so many commands.

2
00:00:12,460 --> 00:00:18,339
I like giving you a command overview. So what have we
seen? We talked about Whoami, which is showing your current username.

3
00:00:18,960 --> 00:00:23,255
LS can be used to list files
and contents of directories, IPA is showing

4
00:00:23,255 --> 00:00:27,550
your IP address and CAT or
allows you to read a text file.

5
00:00:28,230 --> 00:00:32,100
PASSWD allows you to set
your password, and even if you

6
00:00:32,100 --> 00:00:35,969
have super user privileges, you
can change passwords for other users.

7
00:00:37,109 --> 00:00:42,030
Touch is awesome if you want to
verify your writability. So are you allowed to

8
00:00:42,030 --> 00:00:46,950
write in a specific location or not?
Use Touch to create an empty file.

9
00:00:48,009 --> 00:00:51,869
PWD is printing the working
directory and MAN is the

10
00:00:51,869 --> 00:00:55,729
system that provides help for
all of these Linux commands.

11
00:00:56,789 --> 00:01:02,590
Then there is apropos, which is equivalent to man
K. Use it. If you are looking for a

12
00:01:02,590 --> 00:01:08,390
man page and you don't know which one to
use, then just use apropos followed by a keyword.

13
00:01:09,530 --> 00:01:14,409
MANDB is the administrator command that
allows you to generate the mandb.

14
00:01:15,450 --> 00:01:22,123
And finally the info command is an alternative if
MAN indicates that the information is not maintained here. Every

15
00:01:22,123 --> 00:01:28,796
now and then you might have to check it
up in info, but fortunately current Linux distributions often have

16
00:01:28,796 --> 00:01:35,469
enough documentation already in the man page, which means
that you don't have to use info that often.
