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

* linux/s*: add Korean translation * systemctl: update Korean translation * Update pages.ko/linux/sqfscat.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/shar.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/sqfstar.md Co-authored-by: Chooooo <contact@choo.ooo> * shnsplit: fix typo * semanage: update Korean translation --------- Co-authored-by: Chooooo <contact@choo.ooo>
20 lines
443 B
Markdown
20 lines
443 B
Markdown
# smem
|
|
|
|
> 프로그램의 메모리 사용량을 표시합니다.
|
|
> 더 많은 정보: <https://manned.org/smem>.
|
|
|
|
- 현재 프로세스의 메모리 사용량 표시:
|
|
|
|
`smem`
|
|
|
|
- 시스템의 모든 사용자의 현재 프로세스 메모리 사용량 표시:
|
|
|
|
`smem --users`
|
|
|
|
- 지정된 사용자의 현재 프로세스 메모리 사용량 표시:
|
|
|
|
`smem --userfilter {{사용자명}}`
|
|
|
|
- 시스템 메모리 정보 표시:
|
|
|
|
`smem --system`
|