Show logs in pager modejournalctl -xe Show log since last bootjournalctl -b Kernel messages (like dmesg)journalctl -k Show latest log and wait for changesjournalctl -f Reverse output (newest first)journalctl -r Show only errors and worsejournalctl -b -p err Filter on time (example)journalctl --since="2017-03-07 12:00:00" --until="2017-03-07 15:30:00" Since yesterdayjournalctl --since=yesterday Show only log of SERVICEjournalctl -u SERVICE Match executable, e.g. dhclientjournalctl /usr/sbin/dhclient Match device node, e.g. /dev/sdajournalctl /dev/sda