1
00:00:06,580 --> 00:00:09,900
All right, let's have a look at
the commands that we've seen in this lesson.

2
00:00:10,740 --> 00:00:14,990
There was journalctl, the main command that
helps you to work with the systemd journal.

3
00:00:16,370 --> 00:00:21,250
Till is showing the last couple
of lines in the configuration file, and

4
00:00:21,250 --> 00:00:26,129
that can be useful for monitoring
what's going on in var log messages.

5
00:00:26,989 --> 00:00:29,579
And less is also
well, you already knew it.

6
00:00:30,300 --> 00:00:34,070
It's what you use to read
log files in the varlog directory.

7
00:00:34,950 --> 00:00:39,965
And logger is a convenient command that
allows you to write messages directly to your

8
00:00:39,965 --> 00:00:44,980
current logging system. It works with rsyslog.
It also works with systemd journal D.
