linux/a*: add and update Korean translation (#14680)

* linux/a*: add and update Korean translation

* Update pages.ko/linux/apt-file.md

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

* Update pages.ko/linux/ark.md

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

* Update pages.ko/linux/atool.md

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

---------

Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-08 16:21:35 +09:00
committed by GitHub
parent cb03fe18ae
commit 38f417243c
80 changed files with 1647 additions and 8 deletions

32
pages.ko/linux/atop.md Normal file
View File

@@ -0,0 +1,32 @@
# atop
> Linux 시스템 및 프로세스 모니터.
> 더 많은 정보: <https://manned.org/atop>.
- 시작:
`atop`
- 시작하고 각 프로세스의 메모리 소비량 표시:
`atop -m`
- 시작하고 디스크 정보 표시:
`atop -d`
- 시작하고 백그라운드 프로세스 정보 표시:
`atop -c`
- 시작하고 스레드별 자원 사용 정보 표시:
`atop -y`
- 시작하고 각 사용자별 프로세스 수 표시:
`atop -au`
- 인터랙티브 명령에 대한 도움말 표시:
`?`