1
00:00:06,599 --> 00:00:10,164
All right, we are now at the
end of this lesson about advanced file

2
00:00:10,164 --> 00:00:13,730
management tools. Let's have a look
at the command and quickly review them.

3
00:00:14,529 --> 00:00:17,519
So LN allows you
to create hardened symbolic links.

4
00:00:18,460 --> 00:00:23,230
Find is a very flexible utility that allows
you to find files based on any property.

5
00:00:24,329 --> 00:00:30,059
Locate will also find files, but but it needs a
database that needs to be updated with the updatedb command.

6
00:00:31,239 --> 00:00:35,340
And the which utility is
basically used for finding executable files.

7
00:00:35,909 --> 00:00:42,644
It will do so by looking in the path variable, which
has a list of all the directories that Linux is going

8
00:00:42,644 --> 00:00:49,379
to check for executable files. TAR is a tape archiver. It's
a utility that you use for archiving as well as compression.

9
00:00:50,399 --> 00:00:54,920
And gzip is the
original Linux compression utility.

10
00:00:55,619 --> 00:00:59,570
It has been the standard for
a long time. It's fast, it's

11
00:00:59,570 --> 00:01:03,520
efficient, but bzip2 is more efficient
and xz is even more efficient.

12
00:01:04,640 --> 00:01:09,319
Then we have File if ever you download a
file from the Internet and you have no clue what

13
00:01:09,319 --> 00:01:14,000
it is, use File to analyze the file contents.
It will tell you exactly what to find in there.

14
00:01:15,079 --> 00:01:21,420
The mount command can be used to
connect a device to a specific directory,

15
00:01:21,420 --> 00:01:27,760
which is useful for working with optical
disk devices or with USB thumb drives.

16
00:01:28,719 --> 00:01:33,980
And there is a DF command which is
disk free. It will show you available disk space.

17
00:01:34,859 --> 00:01:39,645
FindMNT is giving you an
overview of mounts and LSBLK is

18
00:01:39,645 --> 00:01:44,430
showing the block devices currently
in use on your system.
