cryptsetup-luksformat: fix typo, linux/c*: add and update Korean translation (#14682)

* linux/c*: add and update Korean translation

* cryptsetup-luksformat: fix typo
This commit is contained in:
코드싸이
2024-11-08 15:55:00 +09:00
committed by GitHub
parent 8d1a01fd45
commit 19c6841a9d
78 changed files with 1593 additions and 22 deletions

View File

@@ -0,0 +1,24 @@
# coredumpctl
> 저장된 코어 덤프와 메타데이터를 검색하고 처리합니다.
> 더 많은 정보: <https://www.freedesktop.org/software/systemd/man/coredumpctl.html>.
- 캡처된 모든 코어 덤프 나열:
`coredumpctl list`
- 특정 프로그램의 캡처된 코어 덤프 나열:
`coredumpctl list {{프로그램}}`
- `PID`와 일치하는 프로그램의 코어 덤프 정보 표시:
`coredumpctl info {{PID}}`
- 특정 프로그램의 마지막 코어 덤프를 사용하여 디버거 호출:
`coredumpctl debug {{프로그램}}`
- 특정 프로그램의 마지막 코어 덤프를 파일로 추출:
`coredumpctl --output={{경로/대상/파일}} dump {{프로그램}}`