From the course: Linux Tips
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Exploring journalctl - Linux Tutorial
From the course: Linux Tips
Exploring journalctl
- [Instructor] While Linux systems have, for quite a while, used text-based logs to keep track of what's going on in the system, distros running systemd also store system status information in the journal, a binary log that I'd like to spend a few minutes talking about in this episode. To interact with the journal, we'll use the journalctl command. By itself, the command displays the entire contents of the journal through the system pager, or the software that presents data in the shell one screenfull at a time. The pager being used here is less, so we can use any of the regular less commands to move around in the journal, like the F key to move forward or down, and the B key to move back or up, and we can search with the slash key. If you're not familiar with less, you can press H to see help, to leave this I'll press Q. The journalctl command can display the journal in a variety of useful ways, and there's a few ways I…
Contents
-
-
-
-
System basics: The Linux file system6m 35s
-
(Locked)
System basics: The command line5m 23s
-
(Locked)
System basics: Keyboard shortcuts1m 40s
-
(Locked)
System basics: sudo access and root4m 57s
-
(Locked)
System basics: Explore a system4m 38s
-
(Locked)
System basics: Exploring Bash7m
-
(Locked)
System basics: Bash scripting basics4m 59s
-
(Locked)
System basics: The Bash prompt6m 2s
-
(Locked)
System basics: Bash output redirection4m 57s
-
(Locked)
Bash expansions and substitutions4m 23s
-
Bash aliases and functions4m 7s
-
(Locked)
Bash operators6m 55s
-
Logs5m 4s
-
(Locked)
Grub3m 19s
-
(Locked)
SysV init4m 43s
-
(Locked)
Systemd5m 29s
-
(Locked)
Cron8m 7s
-
(Locked)
Understanding chroot3m 16s
-
(Locked)
System basics: User and group management8m 39s
-
(Locked)
System basics: Service management3m 44s
-
(Locked)
Backing up data with rsync5m 35s
-
(Locked)
Splitting and combining files3m 3s
-
(Locked)
Environment configuration files2m 43s
-
(Locked)
Working with dotfiles1m 43s
-
(Locked)
Exploring the PATH variable3m 51s
-
(Locked)
Browsing with the directory stack3m 19s
-
(Locked)
Finding or locating files3m 52s
-
(Locked)
Working with swap4m 29s
-
(Locked)
Read and write caches3m 5s
-
(Locked)
Terminals, consoles, and TTYs4m 27s
-
(Locked)
Exploring journalctl5m 2s
-
-
-
-
-
-
-
-
-
-
-
-