pages.pl: update outdated pages (#11923)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
@@ -7,10 +7,6 @@
|
||||
|
||||
`journalctl -b --priority={{3}}`
|
||||
|
||||
- Wyświetl wszystkie wiadomości z ostatniego rozruchu:
|
||||
|
||||
`journalctl -b -1`
|
||||
|
||||
- Usuń dzienniki starsze niż 2 dni:
|
||||
|
||||
`journalctl --vacuum-time={{2d}}`
|
||||
@@ -19,10 +15,14 @@
|
||||
|
||||
`journalctl -f`
|
||||
|
||||
- Pokaż wszystkie wiadomości podanej jednostki:
|
||||
- Wyświetl wszystkie wiadomości podanej jednostki:
|
||||
|
||||
`journalctl -u {{jednostka}}`
|
||||
|
||||
- Wyświetl wiadomości podanej jednostki od czasu jej ostatniego uruchomienia:
|
||||
|
||||
`journalctl _SYSTEMD_INVOCATION_ID=$(systemctl show --value --property=InvocationID {{jednostka}})`
|
||||
|
||||
- Filtruj wiadomości w zakresie czasu (znacznik czasu lub symbol zastępczy, np. "yesterday"):
|
||||
|
||||
`journalctl --since {{now|today|yesterday|tomorrow}} --until {{YYYY-MM-DD HH:MM:SS}}`
|
||||
|
Reference in New Issue
Block a user