linux/p*: add Korean translation (#14712)

This commit is contained in:
코드싸이
2024-11-09 13:25:35 +09:00
committed by GitHub
parent 0898aaa215
commit 7544b309ad
88 changed files with 1942 additions and 1 deletions

24
pages.ko/linux/pmap.md Normal file
View File

@@ -0,0 +1,24 @@
# pmap
> 프로세스 또는 프로세스들의 메모리 맵을 보고.
> 더 많은 정보: <https://manned.org/pmap>.
- 특정 프로세스 ID (PID)의 메모리 맵 출력:
`pmap {{pid}}`
- 확장된 형식 표시:
`pmap --extended {{pid}}`
- 장치 형식 표시:
`pmap --device {{pid}}`
- `low``high`로 지정된 메모리 주소 범위로 결과 제한:
`pmap --range {{low}},{{high}}`
- 여러 프로세스의 메모리 맵 출력:
`pmap {{pid1 pid2 ...}}`