linux/f*: add Korean translation (#14703)

* linux/f*: add Korean translation

* finch: fix Korean tranlsation

* Update pages.ko/linux/fprintd-verify.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-09 13:26:42 +09:00
committed by GitHub
parent 50ba22c4b1
commit 6acaad1270
39 changed files with 895 additions and 0 deletions

20
pages.ko/linux/free.md Normal file
View File

@@ -0,0 +1,20 @@
# free
> 시스템의 사용 가능 및 사용 중인 메모리 양을 표시합니다.
> 더 많은 정보: <https://manned.org/free>.
- 시스템 메모리 표시:
`free`
- 메모리를 바이트/KB/MB/GB 단위로 표시:
`free -{{b|k|m|g}}`
- 사람이 읽기 쉬운 단위로 메모리 표시:
`free -h`
- 매 2초마다 출력 새로고침:
`free -s {{2}}`