Skip to content

Instantly share code, notes, and snippets.

@stevedoyle
Last active July 9, 2021 09:54
Show Gist options
  • Save stevedoyle/cbf5b586b549f7d367da4963b5afab77 to your computer and use it in GitHub Desktop.
Save stevedoyle/cbf5b586b549f7d367da4963b5afab77 to your computer and use it in GitHub Desktop.
Linux journlctl usage notes

Journalctl

On newer Linux systems, especially Fedora based, journalctl often replaces the syslog output in /var/log/messages.

Monitoring syslog

Monitor new syslog entries (similar to tail -f /var/log/messages):

journalctl -f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment