~/I need to put these somewhere I don't forget

Feb 1, 2022


1
2
3
4
5
6
7
# print new entries as they are appended to the journal.
journalctl -f
journalctl --list-boots
# logs from the past 15min
journalctl --since -15m
# logs for a specific service
journalctl -u <service>
Tags: [linux]