common/j*: add and update Korean translation (#14643)

This commit is contained in:
코드싸이
2024-11-05 23:55:02 +09:00
committed by GitHub
parent 650fabfc22
commit b57150237e
43 changed files with 999 additions and 9 deletions

24
pages.ko/common/jps.md Normal file
View File

@@ -0,0 +1,24 @@
# jps
> 현재 사용자의 JVM 프로세스 상태를 표시.
> 더 많은 정보: <https://docs.oracle.com/en/java/javase/20/docs/specs/man/jps.html>.
- 모든 JVM 프로세스 나열:
`jps`
- PID만 표시하여 모든 JVM 프로세스 나열:
`jps -q`
- 프로세스에 전달된 인수 표시:
`jps -m`
- 모든 프로세스의 전체 패키지 이름 표시:
`jps -l`
- JVM에 전달된 인수 표시:
`jps -v`