My system crashed and I am trying to determine what happened by looking at the logs. I want to filter the logs for the different programs that caused the errors. For this I tried:
my_username@pop-os:~$ journalctl -u pop-os\ kernel
Invalid unit name "pop-os kernel" escaped as "pop-os\x20kernel" (maybe you should use systemd-escape?).
-- No entries --
How do I search for pop-os kernel properly?