mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 17:15:40 +02:00

* sunos*: add Indonesian translation --------- Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
16 lines
308 B
Markdown
16 lines
308 B
Markdown
# dmesg
|
|
|
|
> Tulis pesan kernel ke `stdout`.
|
|
> Informasi lebih lanjut: <https://www.unix.com/man-page/sunos/1m/dmesg>.
|
|
|
|
- Tampilkan pesan kernel:
|
|
|
|
`dmesg`
|
|
|
|
- Tampilkan berapa memori fisik yang tersedia di sistem ini:
|
|
|
|
`dmesg | grep -i memory`
|
|
|
|
- Tampilkan pesan kernel 1 halaman dalam 1 waktu:
|
|
|
|
`dmesg | less`
|