mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

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