-
Notifications
You must be signed in to change notification settings - Fork 6
Journal
Pier edited this page Feb 28, 2026
·
3 revisions
You may have noticed that you cannot access system journal events by default. This is intentional, systemd restricts access to protect sensitive information coming from system services, kernel messages, user sessions, and background daemons.
Non-root users can read logs by joining either the systemd-journal or adm group. Choose one:
sudo usermod -a -G systemd-journal $USERsudo usermod -a -G adm $USER