mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-02 20:55:31 +02:00
17 lines
308 B
Markdown
17 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`
|