systemd 저널을 조회합니다. 더 많은 정보: https://manned.org/journalctl.
journalctl -b --priority=3
journalctl --vacuum-time=2d
tail -f
처럼) 표시:journalctl --lines {{N}} --follow
journalctl --unit {{유닛}}
journalctl _SYSTEMD_INVOCATION_ID=$(systemctl show --value --property=InvocationID {{유닛}})
journalctl --since {{now|today|yesterday|tomorrow}} --until "{{YYYY-MM-DD HH:MM:SS}}"
journalctl _PID={{pid}}
journalctl {{경로/대상/실행_파일}}