1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 11:19:46 +01:00
tldr/pages.ko/sunos/dmesg.md
코드싸이 67f1a6914b
freebsd/*,netbsd/*,openbsd/*,sunos/*: add Korean translation (#13120)
* freebsd/*: add Korean translation

* netbsd/*: add Korean translation

* openbsd/*: add Korean translation

* sunos/*: add Korean translation

* freebsd/look: update Korean translation

* prstat: fix placeholder
2024-06-23 21:09:13 +09:00

332 B

dmesg

커널 메시지를 stdout에 기록합니다. 더 많은 정보: https://www.unix.com/man-page/sunos/1m/dmesg.

  • 커널 메시지 표시:

dmesg

  • 시스템에서 사용 가능한 물리적 메모리 양 표시:

dmesg | grep -i memory

  • 한 번에 한 페이지씩 커널 메시지 표시:

dmesg | less