pages.pl/sunos/*: add pages (#12730)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
spageektti
2024-05-09 15:17:19 +02:00
committed by GitHub
parent 150f02795a
commit 318ae6c3cc
9 changed files with 186 additions and 0 deletions

16
pages.pl/sunos/dmesg.md Normal file
View File

@@ -0,0 +1,16 @@
# dmesg
> Wypisz komunikaty jądra do `stdout`.
> Więcej informacji: <https://www.unix.com/man-page/sunos/1m/dmesg>.
- Wyświetl komunikaty jądra:
`dmesg`
- Pokaż ilość pamięci fizycznej dostępnej w systemie:
`dmesg | grep -i memory`
- Wyświetl komunikaty jądra po 1 stronie naraz:
`dmesg | less`