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
This commit is contained in:
코드싸이
2024-06-23 21:09:13 +09:00
committed by GitHub
parent c0889e7573
commit 67f1a6914b
39 changed files with 817 additions and 0 deletions

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

@@ -0,0 +1,16 @@
# dmesg
> 커널 메시지를 `stdout`에 기록합니다.
> 더 많은 정보: <https://www.unix.com/man-page/sunos/1m/dmesg>.
- 커널 메시지 표시:
`dmesg`
- 시스템에서 사용 가능한 물리적 메모리 양 표시:
`dmesg | grep -i memory`
- 한 번에 한 페이지씩 커널 메시지 표시:
`dmesg | less`