1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-07 17:15:40 +02:00
tldr/pages.id/sunos/dmesg.md
Moch. Bima Pangestu 0dffaf54fe
sunos*: add Indonesian translation (#12520)
* sunos*: add Indonesian translation

---------

Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
2024-04-09 15:18:38 +05:30

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`