Skip to content

Instantly share code, notes, and snippets.

View EverthingElseWasTaken's full-sized avatar

EverthingElseWasTaken

View GitHub Profile
@sergeyklay
sergeyklay / journalctl-cheatsheet.md
Last active June 9, 2025 19:09
Journalctl Cheat Sheet

Journalctl Cheat Sheet

Configuration

Permissions

To see messages from other users and the system as well as performing various log operations from a regular user add it to the group:

sudo usermod -aG systemd-journal $USER