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 August 26, 2024 18:48
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