1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:26:04 +02:00

journalctl: add errors from this boot example (#4601)

This commit is contained in:
Thomas Steven 2020-10-12 17:18:41 -04:00 committed by GitHub
parent 4d06885a4f
commit 54e2dfd611
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,10 @@
`journalctl -b -1`
- Show all messages with priority level 3 (errors) from this boot:
`journalctl -b --priority={{3}}`
- Follow new messages (like `tail -f` for traditional syslog):
`journalctl -f`