Skip to content

Commit 4f7b63e

Browse files
committed
Update linux journal note
1 parent 73a56d9 commit 4f7b63e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

notes/tool/linux/manager/journal.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ ref: https://wiki.archlinux.org/title/Systemd/Journal
99
journalctl OPTIONS
1010
```
1111

12-
| Option | Description |
13-
| --- | --- |
14-
| `-b` `--boot` | Show messages from a specific boot. Defaults to current boot. |
15-
| `-S` `--since` | Show messages from date. |
16-
| `-U` `--until` | Show messages until date. |
17-
| `-u` `--unit` | Show messages for the specified systemd unit. |
18-
| `-k` `--dmesg` | Show only kernel messages. This implies `-b`. |
19-
| `-p` `--priority` | Filter output by message priorities or priority ranges. |
12+
| Option | Description |
13+
| ----------------- | ------------------------------------------------------------- |
14+
| `--user` | Show messages from service of current user. |
15+
| `-b` `--boot` | Show messages from a specific boot. Defaults to current boot. |
16+
| `-S` `--since` | Show messages from date. |
17+
| `-U` `--until` | Show messages until date. |
18+
| `-u` `--unit` | Show messages for the specified systemd unit. |
19+
| `-k` `--dmesg` | Show only kernel messages. This implies `-b`. |
20+
| `-p` `--priority` | Filter output by message priorities or priority ranges. |
2021

2122
Priority levels are: `emerg` (0), `alert` (1), `crit` (2), `err` (3), `warning` (4), `notice` (5),
2223
`info` (6), `debug` (7).

0 commit comments

Comments
 (0)